Skip to content

Commit d871275

Browse files
committed
canRoleAccess should not be overriden
1 parent a823235 commit d871275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/BaseController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ protected function displayTemplate($tpl_name = null)
123123
*
124124
* @return bool
125125
*/
126-
protected function canRoleAccess()
126+
final protected function canRoleAccess()
127127
{
128128
if ($this->min_role === null) {
129129
// not restricted

0 commit comments

Comments
 (0)