Skip to content

Commit b091d25

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent b9b1113 commit b091d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MediaCollections/Models/Concerns/IsSorted.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static function setNewOrder(array $ids, int $startOrder = 1): void
3535
{
3636
foreach ($ids as $id) {
3737
$model = static::find($id);
38-
if (!$model) {
38+
if (! $model) {
3939
continue;
4040
}
4141

0 commit comments

Comments
 (0)