diff options
Diffstat (limited to 'actions/HealthAction.php')
-rw-r--r-- | actions/HealthAction.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/HealthAction.php b/actions/HealthAction.php index a38879c2..13365a3c 100644 --- a/actions/HealthAction.php +++ b/actions/HealthAction.php @@ -4,7 +4,7 @@ declare(strict_types=1); class HealthAction implements ActionInterface { - public function execute(Request $request) + public function __invoke(Request $request): Response { $response = [ 'code' => 200, |