Skip to content

Commit

Permalink
use spatie cloneable (pr approved)
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvsk committed Feb 20, 2023
1 parent 8dee590 commit 3dcf48e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 43 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"opis/closure": "^3.6",
"psr/log": "^3.0",
"ulrichsg/getopt-php": "^4.0",
"splitbrain/php-cli": "^1.2"
"splitbrain/php-cli": "^1.2",
"spatie/php-cloneable": "^1.0.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.14",
Expand Down
41 changes: 0 additions & 41 deletions src/Helpers/Cloneable.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/Schema/AbstractObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace Klkvsk\DtoGenerator\Schema;

use Klkvsk\DtoGenerator\Exception\SchemaException;
use Klkvsk\DtoGenerator\Helpers\Cloneable;
use Spatie\Cloneable\Cloneable;

abstract class AbstractObject
{
Expand Down

0 comments on commit 3dcf48e

Please sign in to comment.