Skip to content

Commit

Permalink
Merge branch 'master' of github.com:koffinate/laravel-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
yusronarif committed Mar 28, 2023
2 parents c036282 + d247e4b commit 41238d9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
/**
* Menu instance.
*
* @param ?string $name
* @param ?string $group
* @param array $groupAttribute
*
* @param ?string $name
* @param ?string $group
* @param array $groupAttribute
* @return \Koffin\Menu\Contracts\Menu
*/
function menus(?string $name = null, ?string $group = null, array $groupAttribute = []): \Koffin\Menu\Contracts\Menu
Expand Down

0 comments on commit 41238d9

Please sign in to comment.