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 827e0c3 commit d37ec6bCopy full SHA for d37ec6b
src/Database/Eloquent/FMModel.php
@@ -73,16 +73,6 @@ public function __construct(array $attributes = [])
73
parent::__construct($attributes);
74
}
75
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
86
/**
87
* Create a model object from the returned FileMaker data
88
*
0 commit comments