File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ public function query(QueryBuilder $builder): QueryDataTable
118
118
$ this ->throwInvalidEngineException ($ dataTable , QueryDataTable::class);
119
119
}
120
120
121
+ /** @phpstan-ignore-next-line */
121
122
return $ dataTable ::create ($ builder );
122
123
}
123
124
@@ -135,6 +136,7 @@ public function eloquent(EloquentBuilder $builder): EloquentDataTable
135
136
$ this ->throwInvalidEngineException ($ dataTable , EloquentDataTable::class);
136
137
}
137
138
139
+ /** @phpstan-ignore-next-line */
138
140
return $ dataTable ::create ($ builder );
139
141
}
140
142
@@ -152,6 +154,7 @@ public function collection($collection): CollectionDataTable
152
154
$ this ->throwInvalidEngineException ($ dataTable , CollectionDataTable::class);
153
155
}
154
156
157
+ /** @phpstan-ignore-next-line */
155
158
return $ dataTable ::create ($ collection );
156
159
}
157
160
You can’t perform that action at this time.
0 commit comments