From: Art4 Date: Thu, 19 Dec 2024 20:03:42 +0000 (+0000) Subject: Prevent App class to be used with dependency injection X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d6ec1d7d6b21e253dc85df8a02f348c768ffcb63;p=friendica.git Prevent App class to be used with dependency injection --- 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,