diff --git a/config/module.php b/config/module.php index fcc6b7514..f6f5ee6de 100644 --- a/config/module.php +++ b/config/module.php @@ -123,7 +123,7 @@ return [ '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], ], ],