Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 7d5d687

Browse files
committed
Fix missing class on RelationshipsWithIncludes
1 parent b6d246c commit 7d5d687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/Resources/RelationshipsWithIncludes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use Illuminate\Database\Eloquent\{Model, Collection};
66
use Illuminate\Pagination\LengthAwarePaginator;
7+
use Illuminate\Support\Arr;
78

89
/**
910
* @property mixed $resource

0 commit comments

Comments
 (0)