@@ -6,11 +6,11 @@ |
||
6 | 6 | * Time: 09:58 am. |
7 | 7 | */ |
8 | 8 | return [ |
9 | - 'app_path' => realpath(__DIR__.'/../app/'), |
|
9 | + 'app_path' => realpath(__DIR__ . '/../app/'), |
|
10 | 10 | 'route_path' => realpath('routes/'), |
11 | 11 | 'resources_path' => realpath('resources'), |
12 | - 'stubs_path' => realpath('resources').'/stubs', |
|
13 | - 'lang_path' => realpath('resources').'/lang', |
|
12 | + 'stubs_path' => realpath('resources') . '/stubs', |
|
13 | + 'lang_path' => realpath('resources') . '/lang', |
|
14 | 14 | 'config_path' => realpath('config'), |
15 | 15 | |
16 | 16 | //relative to app path |