Skip to content

Commit

Permalink
Add missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyzegs committed Oct 24, 2024
1 parent d25876a commit 41daf71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Metadata/Util/CloneTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

namespace ApiPlatform\Metadata\Util;

use function DeepCopy\deep_copy;

/**
* Clones given data if cloneable.
*
Expand Down

0 comments on commit 41daf71

Please sign in to comment.