casts would not be generated

This commit is contained in:
Sevan Nerse 2021-03-03 22:55:07 +03:00
parent 0846b5fcaf
commit afcf03917e

View File

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