diff --git a/src/ValueObjects/DomainObject.php b/src/ValueObjects/DomainObject.php index 63308a2..7f8bddc 100644 --- a/src/ValueObjects/DomainObject.php +++ b/src/ValueObjects/DomainObject.php @@ -3,7 +3,6 @@ namespace Lunarstorm\LaravelDDD\ValueObjects; use Illuminate\Support\Str; -use Lunarstorm\LaravelDDD\Support\Domain; use Lunarstorm\LaravelDDD\Support\DomainResolver; use Lunarstorm\LaravelDDD\Support\Path;