Skip to content

Commit

Permalink
casts would not be generated
Browse files Browse the repository at this point in the history
  • Loading branch information
sevannerse committed Mar 3, 2021
1 parent 0846b5f commit afcf039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
'notification' => ['path' => 'Notifications', 'generate' => false],
'route' => ['path' => 'Routes', 'generate' => true],
'component' => ['path' => 'View/Components', 'generate' => false],
'cast' => ['path' => 'Casts', 'generate' => true],
'cast' => ['path' => 'Casts', 'generate' => false],
],
],

Expand Down

0 comments on commit afcf039

Please sign in to comment.