Skip to content

Commit

Permalink
Minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Mar 27, 2024
1 parent d808673 commit e943554
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/ddd.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
| objects relative to the domain namespace of which the object
| belongs to.
|
| e.g., Domain/Invoicing/Models/*
| Domain/Invoicing/Data/*
| Domain/Invoicing/ViewModels/*
| Domain/Invoicing/ValueObjects/*
| Domain/Invoicing/Actions/*
| e.g., Domain\Invoicing\Models\*
| Domain\Invoicing\Data\*
| Domain\Invoicing\ViewModels\*
| Domain\Invoicing\ValueObjects\*
| Domain\Invoicing\Actions\*
|
*/
'namespaces' => [
Expand All @@ -50,6 +50,7 @@
'enum' => 'Enums',
'event' => 'Events',
'exception' => 'Exceptions',
'factory' => 'Database\Factories',
'job' => 'Jobs',
'listener' => 'Listeners',
'mail' => 'Mail',
Expand All @@ -60,7 +61,6 @@
'resource' => 'Resources',
'rule' => 'Rules',
'scope' => 'Scopes',
'factory' => 'Database\Factories',
],

/*
Expand Down

0 comments on commit e943554

Please sign in to comment.