From 0846b5fcaf75e86608aeab62882db2ad44923fe9 Mon Sep 17 00:00:00 2001 From: Sevan Nerse Date: Wed, 3 Mar 2021 22:34:50 +0300 Subject: [PATCH] updated module config --- config/module.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/module.php b/config/module.php index ba4a9338a..fcc6b7514 100644 --- a/config/module.php +++ b/config/module.php @@ -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], ], ],