We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b1113 commit b091d25Copy full SHA for b091d25
src/MediaCollections/Models/Concerns/IsSorted.php
@@ -35,7 +35,7 @@ public static function setNewOrder(array $ids, int $startOrder = 1): void
35
{
36
foreach ($ids as $id) {
37
$model = static::find($id);
38
- if (!$model) {
+ if (! $model) {
39
continue;
40
}
41
0 commit comments