Skip to content

Commit a2ef145

Browse files
committed
Fix
1 parent f297827 commit a2ef145

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Admin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Admin
2323
*
2424
* @var string
2525
*/
26-
const VERSION = '2.0.0 Beta 2';
26+
const VERSION = '2.0.0 Beta 3';
2727

2828
/**
2929
* @var Navbar

src/Models/Administrator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function getAvatarAttribute($avatar)
6666
*
6767
* @return bool
6868
*/
69-
public function canSeeMenu($menuID)
69+
public function canSeeMenu($menu)
7070
{
7171
return true;
7272
}

0 commit comments

Comments
 (0)