Skip to content

Commit d37ec6b

Browse files
author
David Nahodyl
committed
removed incorrect newQuery function
1 parent 827e0c3 commit d37ec6b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Database/Eloquent/FMModel.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,6 @@ public function __construct(array $attributes = [])
7373
parent::__construct($attributes);
7474
}
7575

76-
/**
77-
* Get a new query builder for the model's table.
78-
*
79-
*/
80-
public function newQuery()
81-
{
82-
return app(FMEloquentBuilder::class)->setModel($this);
83-
}
84-
85-
8676
/**
8777
* Create a model object from the returned FileMaker data
8878
*

0 commit comments

Comments
 (0)