We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c540d commit bd75a59Copy full SHA for bd75a59
1 file changed
src/DTOTrait.php
@@ -5,6 +5,7 @@
5
use Illuminate\Contracts\Support\Arrayable;
6
use Illuminate\Support\Facades\Validator;
7
use Illuminate\Validation\ValidationException;
8
+use Illuminate\Support\Arr;
9
10
trait DTOTrait
11
{
0 commit comments