Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harimayco authored Mar 12, 2020
1 parent cd8829b commit 21e2049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ $public_menu = $menu->items->toArray();

##### or Using helper
```php
// Using Helper
$public_menu = Menu::getByName('Public');
// Using Helper
$public_menu = Menu::getByName('Public'); //return array

```

Expand Down

0 comments on commit 21e2049

Please sign in to comment.