Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
z-song committed Oct 21, 2020
1 parent f297827 commit a2ef145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Admin
*
* @var string
*/
const VERSION = '2.0.0 Beta 2';
const VERSION = '2.0.0 Beta 3';

/**
* @var Navbar
Expand Down
2 changes: 1 addition & 1 deletion src/Models/Administrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function getAvatarAttribute($avatar)
*
* @return bool
*/
public function canSeeMenu($menuID)
public function canSeeMenu($menu)
{
return true;
}
Expand Down

0 comments on commit a2ef145

Please sign in to comment.