@@ -90,13 +90,13 @@ |
||
| 90 | 90 | Config::getInstance()->load(new Setup('config', 'config')); |
| 91 | 91 | |
| 92 | 92 | if (config()->get('multilang')) { |
| 93 | - Lang::getInstance((int)config()->get(Lang::LANG_SEGMENT))->load(); |
|
| 93 | + Lang::getInstance((int) config()->get(Lang::LANG_SEGMENT))->load(); |
|
| 94 | 94 | } |
| 95 | 95 | |
| 96 | 96 | return $this->application->run($input, $output); |
| 97 | 97 | } catch (\Throwable $throwable) { |
| 98 | 98 | $output->writeln("<error>" . $throwable->getMessage() . "</error>"); |
| 99 | - return (int)$throwable->getCode(); |
|
| 99 | + return (int) $throwable->getCode(); |
|
| 100 | 100 | } |
| 101 | 101 | } |
| 102 | 102 | |