Apply fixes from StyleCI

This commit is contained in:
Nabeel Shahzad
2018-08-26 16:40:04 +00:00
committed by StyleCI Bot
parent 20f46adbc4
commit 9596d88b48
407 changed files with 4032 additions and 3286 deletions

View File

@@ -3,9 +3,9 @@
return [
'namespace' => 'Modules',
'stubs' => [
'enabled' => true,
'path' => resource_path().'/stubs/modules',
'files' => [
'enabled' => true,
'path' => resource_path().'/stubs/modules',
'files' => [
'routes' => 'Http/Routes/web.php',
'routes-api' => 'Http/Routes/api.php',
'routes-admin' => 'Http/Routes/admin.php',
@@ -43,9 +43,9 @@ return [
'MODULE_NAMESPACE',
],
],
'gitkeep' => false,
'gitkeep' => false,
],
'paths' => [
'paths' => [
'modules' => base_path('modules'),
'assets' => public_path('modules'),
'migration' => base_path('database/migrations'),
@@ -118,7 +118,7 @@ return [
| Here is the config for setting up caching feature.
|
*/
'cache' => [
'cache' => [
'enabled' => true,
'key' => 'phpvms-modules',
'lifetime' => 60,