remove unnecessary Di::app() all

pull/14593/head
Art4 2024-12-18 19:57:00 +00:00
rodzic e16d9ace34
commit 1d441ab657
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 */