@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | |
25 | 25 | 'stubs' => [ |
26 | 26 | 'enabled' => false, |
27 | - 'path' => base_path() . '/vendor/nwidart/laravel-modules/src/Commands/stubs', |
|
27 | + 'path' => base_path().'/vendor/nwidart/laravel-modules/src/Commands/stubs', |
|
28 | 28 | 'files' => [ |
29 | 29 | 'start' => 'start.php', |
30 | 30 | 'routes' => 'Http/routes.php', |
@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | 'replacements' => [ |
37 | 37 | 'start' => ['LOWER_NAME', 'ROUTES_LOCATION'], |
38 | 38 | 'routes' => ['LOWER_NAME', 'STUDLY_NAME', 'MODULE_NAMESPACE'], |
39 | - 'json' => ['LOWER_NAME', 'STUDLY_NAME', 'MODULE_NAMESPACE','START_FILE'], |
|
39 | + 'json' => ['LOWER_NAME', 'STUDLY_NAME', 'MODULE_NAMESPACE', 'START_FILE'], |
|
40 | 40 | 'views/index' => ['LOWER_NAME'], |
41 | 41 | 'views/master' => ['STUDLY_NAME'], |
42 | 42 | 'scaffold/config' => ['STUDLY_NAME'], |