Skip to content

Commit 4acacf4

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 5c5696c + 2690af3 commit 4acacf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/MenuResource/Pages/ManageMenuItems.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public function reorderMenuItems(array $orderedItems): void
296296
$itemIds = array_column($orderedItems, 'id');
297297

298298
// Filter out null IDs
299-
$itemIds = array_filter($itemIds, function($id) {
299+
$itemIds = array_filter($itemIds, function ($id) {
300300
return $id !== null && is_numeric($id);
301301
});
302302

0 commit comments

Comments
 (0)