mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-09 22:44:48 +00:00
Update code style
This commit is contained in:
@@ -8,7 +8,7 @@ trait GeneratesMenuTrait
|
||||
{
|
||||
$new_items = [];
|
||||
|
||||
$menu = \Menu::get($key);
|
||||
$menu = \Menu::get($key);
|
||||
$items = $menu ? $menu->items->toArray() : [];
|
||||
|
||||
foreach ($items as $data) {
|
||||
|
||||
Reference in New Issue
Block a user