Skip to content

Commit

Permalink
fix issue with params type
Browse files Browse the repository at this point in the history
  • Loading branch information
adaugochi committed Feb 26, 2021
1 parent 25865fd commit fd5258d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/BaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function init()
* @return mixed
* @author Adegoke Obasa <[email protected]>
*/
public function afterAction(Action $action, mixed $result): mixed
public function afterAction($action, mixed $result): mixed
{
$result = parent::afterAction($action, $result);
$this->setSecurityHeaders();
Expand Down

0 comments on commit fd5258d

Please sign in to comment.