mirror of
https://github.com/friendica/friendica
synced 2024-12-22 08:40:16 +00:00
remove unnecessary Di::app() all
This commit is contained in:
parent
e16d9ace34
commit
1d441ab657
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ abstract class ApiTestCase extends FixtureTestCase
|
|||
@include_once($addon_file_path);
|
||||
if (function_exists($addon . '_install')) {
|
||||
$func = $addon . '_install';
|
||||
$func(DI::app());
|
||||
$func();
|
||||
}
|
||||
|
||||
/** @var $config IManageConfigValues */
|
||||
|
|
Loading…
Reference in a new issue