We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f52883 commit 4e09b5cCopy full SHA for 4e09b5c
src/Bridges/Laravel/Relations/HasMany.php
@@ -5,6 +5,7 @@
5
use Cristal\ApiWrapper\Model;
6
use Cristal\ApiWrapper\Relations\HasMany as CoreHasMany;
7
use Illuminate\Database\Eloquent\Model as ModelEloquent;
8
+use LogicException;
9
10
class HasMany extends CoreHasMany
11
{
0 commit comments