@@ -50,9 +50,9 @@ |
||
50 | 50 | public function asset($path) |
51 | 51 | { |
52 | 52 | if (null !== $this->basePath) { |
53 | - return $this->request->getUri()->getBaseUrl().'/'.trim($this->basePath, '/').'/'.$path; |
|
53 | + return $this->request->getUri()->getBaseUrl() . '/' . trim($this->basePath, '/') . '/' . $path; |
|
54 | 54 | } |
55 | 55 | |
56 | - return $this->request->getUri()->getBaseUrl().'/'.$path; |
|
56 | + return $this->request->getUri()->getBaseUrl() . '/' . $path; |
|
57 | 57 | } |
58 | 58 | } |
@@ -23,7 +23,7 @@ |
||
23 | 23 | */ |
24 | 24 | protected function execute(InputInterface $input, OutputInterface $output) |
25 | 25 | { |
26 | - require __DIR__.'/../../config/database/index.php'; |
|
26 | + require __DIR__ . '/../../config/database/index.php'; |
|
27 | 27 | |
28 | 28 | return 0; |
29 | 29 | } |