Skip to content

Commit 85f85c9

Browse files
committed
canAccess must be implemented
1 parent d871275 commit 85f85c9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Controller/Manage/ManageBaseController.php

+8
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,12 @@ public function __construct()
3131
]
3232
);
3333
}
34+
35+
protected function canAccess()
36+
{
37+
// if manage controller does not implement this
38+
// then give access permission.
39+
// probably canRoleAccess satisfied access restriction.
40+
return true;
41+
}
3442
}

0 commit comments

Comments
 (0)