Fix bracket syntax.

This commit is contained in:
Mark Scherer 2015-12-23 21:45:15 +01:00
parent 8b5ef12ccb
commit 12b4c9ba24

View file

@ -589,7 +589,7 @@ class AuthComponent extends Component {
return $mappedActions; return $mappedActions;
} }
return []; return array();
} }
/** /**