Skip to content

Commit 0a54f93

Browse files
authored
Merge pull request 5am-code#50 from blessingefkt/patch-1
use Support\Collection instead of Eloquent\Collection
2 parents a21fc04 + 3665888 commit 0a54f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entities/Properties/Select.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use FiveamCode\LaravelNotionApi\Entities\Contracts\Modifiable;
66
use FiveamCode\LaravelNotionApi\Entities\PropertyItems\SelectItem;
77
use FiveamCode\LaravelNotionApi\Exceptions\HandlingException;
8-
use Illuminate\Database\Eloquent\Collection;
8+
use Illuminate\Support\Collection;
99

1010
/**
1111
* Class Select

0 commit comments

Comments
 (0)