Skip to content

Commit

Permalink
Merge pull request #5496 from z-song/analysis-PxJdDo
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
jxlwqq committed Dec 31, 2021
2 parents 7863af7 + 190445f commit 45c58c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/GenerateMenuCommand.php
Expand Up @@ -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();

Expand Down

0 comments on commit 45c58c6

Please sign in to comment.