Code style fixes ('<?php Lang::out(' -> '<?= Lang::get(').

This commit is contained in:
Dmitry Khomutov 2018-03-17 10:58:23 +07:00
commit 8a29f5aefe
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
24 changed files with 123 additions and 125 deletions

View file

@ -57,9 +57,7 @@ class Application
$this->router = new Router($this, $this->request, $this->config);
if (method_exists($this, 'init')) {
$this->init();
}
$this->init();
}
/**