Skip to content

Commit 972626e

Browse files
committed
fix add missing import to RelationshipsWithIncludes
1 parent b9b1cc5 commit 972626e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/Resources/RelationshipsWithIncludes.php

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use Illuminate\Database\Eloquent\Collection as DatabaseCollection;
66
use Illuminate\Database\Eloquent\Model;
7+
use Illuminate\Database\Eloquent\Relations\Pivot;
78
use Illuminate\Support\Arr;
89
use Illuminate\Support\Collection;
910
use Illuminate\Support\Str;

0 commit comments

Comments
 (0)