Commit 79254e8b authored by Nicolas Widart's avatar Nicolas Widart

Adding a module namespace

parent abf72a9c
<?php <?php
return [ return [
'namespace' => 'Modules',
'stubs' => [ 'stubs' => [
'enabled' => false, 'enabled' => false,
'path' => base_path().'/vendor/pingpong/modules/src/Pingpong/Modules/Commands/stubs', 'path' => base_path().'/vendor/pingpong/modules/src/Pingpong/Modules/Commands/stubs',
...@@ -131,4 +131,4 @@ return [ ...@@ -131,4 +131,4 @@ return [
'lifetime' => 60 'lifetime' => 60
] ]
]; ];
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment