diff --git a/config/data.php b/config/data.php index 6a0c70862..cf144eb8c 100644 --- a/config/data.php +++ b/config/data.php @@ -87,4 +87,15 @@ 'root_namespace' => null, ], ], + + /** + * It is possible to specif the namespace of the created Data Class + * using make:data command and also the suffix + */ + 'commands' => [ + 'make' => [ + 'namespace' => 'Data', + 'suffix' => 'Data', + ], + ], ];