aboutsummaryrefslogtreecommitdiff
path: root/actions/DetectAction.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/DetectAction.php')
-rw-r--r--actions/DetectAction.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/DetectAction.php b/actions/DetectAction.php
index 0c61f1b6..cebbc307 100644
--- a/actions/DetectAction.php
+++ b/actions/DetectAction.php
@@ -2,7 +2,7 @@
class DetectAction implements ActionInterface
{
- public function execute(Request $request)
+ public function __invoke(Request $request): Response
{
$url = $request->get('url');
$format = $request->get('format');