Skip to content

Commit 5cdb24c

Browse files
author
David Nahodyl
committed
removed unnecessary constructor
1 parent 7286c67 commit 5cdb24c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Database/Eloquent/FMEloquentBuilder.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ class FMEloquentBuilder extends Builder
1515
{
1616
use FMHasRelationships;
1717

18-
19-
public function __construct(FMBaseBuilder $query)
20-
{
21-
Parent::__construct($query);
22-
}
23-
24-
2518
/**
2619
* @return Collection
2720
* @throws FileMakerDataApiException

0 commit comments

Comments
 (0)