From d6ec1d7d6b21e253dc85df8a02f348c768ffcb63 Mon Sep 17 00:00:00 2001 From: Art4 Date: Thu, 19 Dec 2024 20:03:42 +0000 Subject: [PATCH] Prevent App class to be used with dependency injection --- src/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.php b/src/App.php index 2fedaa24e8..919d76402e 100644 --- a/src/App.php +++ b/src/App.php @@ -122,7 +122,7 @@ class App */ private $appHelper; - public function __construct( + private function __construct( Request $request, Authentication $auth, IManageConfigValues $config,