updated module config

This commit is contained in:
Sevan Nerse 2021-03-03 22:34:50 +03:00
parent bd267505f9
commit 0846b5fcaf

View File

@ -123,6 +123,7 @@ return [
'notification' => ['path' => 'Notifications', 'generate' => false],
'route' => ['path' => 'Routes', 'generate' => true],
'component' => ['path' => 'View/Components', 'generate' => false],
'cast' => ['path' => 'Casts', 'generate' => true],
],
],