Skip to content

Commit

Permalink
Add new namespaces from 1.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspertey committed Apr 7, 2024
1 parent 51e4881 commit 0897d40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/ddd.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ return [
'value_object' => {{namespaces.value_object}},
'action' => {{namespaces.action}},
'cast' => 'Casts',
'class' => '',
'channel' => 'Channels',
'command' => 'Commands',
'enum' => 'Enums',
'event' => 'Events',
'exception' => 'Exceptions',
'factory' => 'Database\Factories',
'interface' => '',
'job' => 'Jobs',
'listener' => 'Listeners',
'mail' => 'Mail',
Expand All @@ -61,6 +63,7 @@ return [
'resource' => 'Resources',
'rule' => 'Rules',
'scope' => 'Scopes',
'trait' => '',
],

/*
Expand Down

0 comments on commit 0897d40

Please sign in to comment.