Prevent App class to be used with dependency injection

pull/14603/head
Art4 2024-12-19 20:03:42 +00:00
rodzic d05b2dd8c2
commit d6ec1d7d6b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -122,7 +122,7 @@ class App
*/
private $appHelper;
public function __construct(
private function __construct(
Request $request,
Authentication $auth,
IManageConfigValues $config,