]> git.mxchange.org Git - friendica.git/commitdiff
Prevent App class to be used with dependency injection
authorArt4 <art4@wlabs.de>
Thu, 19 Dec 2024 20:03:42 +0000 (20:03 +0000)
committerArt4 <art4@wlabs.de>
Thu, 19 Dec 2024 20:03:42 +0000 (20:03 +0000)
src/App.php

index 2fedaa24e871771fee74d4f5030b5849eaff4172..919d76402e416f71afc7b1165c1c3dd6e1da9c95 100644 (file)
@@ -122,7 +122,7 @@ class App
         */
        private $appHelper;
 
-       public function __construct(
+       private function __construct(
                Request $request,
                Authentication $auth,
                IManageConfigValues $config,