Code style fixes ('<?php Lang::out(' -> '<?= Lang::get(').
This commit is contained in:
parent
2a3adf25af
commit
8a29f5aefe
24 changed files with 123 additions and 125 deletions
|
|
@ -57,9 +57,7 @@ class Application
|
|||
|
||||
$this->router = new Router($this, $this->request, $this->config);
|
||||
|
||||
if (method_exists($this, 'init')) {
|
||||
$this->init();
|
||||
}
|
||||
$this->init();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue