Skip to content

Commit

Permalink
Edit the config file to specific the namespace and the suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
ali committed Dec 31, 2023
1 parent bf20659 commit ac08999
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/data.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
],
];

0 comments on commit ac08999

Please sign in to comment.