From 190445f977949d9cd9b1706b4b7acc4e2a302805 Mon Sep 17 00:00:00 2001 From: jxlwqq Date: Fri, 31 Dec 2021 08:36:25 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Console/GenerateMenuCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Console/GenerateMenuCommand.php b/src/Console/GenerateMenuCommand.php index 5cfbc16626..bff95cd613 100644 --- a/src/Console/GenerateMenuCommand.php +++ b/src/Console/GenerateMenuCommand.php @@ -76,9 +76,9 @@ public function handle() $news = $routes->diffKeys($menus)->map(function ($item, $key) { return [ 'title' => $item, - 'uri' => $key, + 'uri' => $key, 'order' => 10, - 'icon' => 'fa-list', + 'icon' => 'fa-list', ]; })->values()->toArray();