diff --git a/src/Foundation/DataTransferObject.php b/src/Foundation/DataTransferObject.php index a249583..9ae089b 100644 --- a/src/Foundation/DataTransferObject.php +++ b/src/Foundation/DataTransferObject.php @@ -6,11 +6,13 @@ use Illuminate\Support\Str; use Illuminate\Support\Traits\Tappable; use KoalaFacade\DiamondConsole\Foundation\DataTransferObject\HasResolvable; +use Spatie\Cloneable\Cloneable; abstract readonly class DataTransferObject { use HasResolvable; use Tappable; + use Cloneable; /** * Prevent properties to included on create