Merge pull request #1904 from SevanNerse/dev

updated module config
This commit is contained in:
Denis Duliçi 2021-03-04 11:16:31 +03:00 committed by GitHub
commit 5f58a4dfd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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' => false],
],
],