Skip to content

Commit 241fcc9

Browse files
likeadeckofcardsSmef
authored andcommitted
Remove unnecessary trait
1 parent d001c70 commit 241fcc9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Database/Eloquent/FMEloquentBuilder.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace GearboxSolutions\EloquentFileMaker\Database\Eloquent;
44

5-
use GearboxSolutions\EloquentFileMaker\Database\Eloquent\Concerns\FMHasRelationships;
65
use GearboxSolutions\EloquentFileMaker\Database\Query\FMBaseBuilder;
76
use GearboxSolutions\EloquentFileMaker\Exceptions\FileMakerDataApiException;
87
use Illuminate\Contracts\Support\Arrayable;
@@ -14,8 +13,6 @@
1413

1514
class FMEloquentBuilder extends Builder
1615
{
17-
use FMHasRelationships;
18-
1916
/**
2017
* @return Collection
2118
*

0 commit comments

Comments
 (0)