mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fix bracket syntax.
This commit is contained in:
parent
8b5ef12ccb
commit
12b4c9ba24
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ class AuthComponent extends Component {
|
|||
return $mappedActions;
|
||||
}
|
||||
|
||||
return [];
|
||||
return array();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue