This commit is contained in:
Yuri Kuznetsov
2020-09-29 10:06:49 +03:00
parent 061b237032
commit 31c8be2ee1
+2
View File
@@ -86,6 +86,7 @@ class Application
{
if (!$className || !class_exists($className)) {
$this->getLog()->error("Application runner '{$className}' does not exist.");
return;
}
@@ -161,6 +162,7 @@ class Application
protected function initAutoloads()
{
$autoload = $this->getInjectableFactory()->create(Autoload::class);
$autoload->register();
}