diff --git a/config/ddd.php b/config/ddd.php index 251ac1b..d7c6e61 100644 --- a/config/ddd.php +++ b/config/ddd.php @@ -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' => [ @@ -50,6 +50,7 @@ 'enum' => 'Enums', 'event' => 'Events', 'exception' => 'Exceptions', + 'factory' => 'Database\Factories', 'job' => 'Jobs', 'listener' => 'Listeners', 'mail' => 'Mail', @@ -60,7 +61,6 @@ 'resource' => 'Resources', 'rule' => 'Rules', 'scope' => 'Scopes', - 'factory' => 'Database\Factories', ], /*