From 262de9c6bf936802f2f87ec3d2e64db6915f90ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristofer=20Nor=C3=A9n?= Date: Tue, 3 Oct 2023 22:30:10 +0200 Subject: [PATCH] Fixed php 8.2 deprecated error --- src/Controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Controller.php b/src/Controller.php index 444ee44..0866b1b 100644 --- a/src/Controller.php +++ b/src/Controller.php @@ -59,6 +59,7 @@ class Controller const REST_ROUTE = 'ajax'; protected $request; + protected $action; public static function registerRESTRoute() {