mirror of
https://github.com/friendica/friendica
synced 2025-01-09 00:04:54 +00:00
Prevent App class to be used with dependency injection
This commit is contained in:
parent
d05b2dd8c2
commit
d6ec1d7d6b
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class App
|
||||||
*/
|
*/
|
||||||
private $appHelper;
|
private $appHelper;
|
||||||
|
|
||||||
public function __construct(
|
private function __construct(
|
||||||
Request $request,
|
Request $request,
|
||||||
Authentication $auth,
|
Authentication $auth,
|
||||||
IManageConfigValues $config,
|
IManageConfigValues $config,
|
||||||
|
|
Loading…
Reference in a new issue