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 b145ad1 commit c6a361aCopy full SHA for c6a361a
src/Contracts/DataTableScope.php
@@ -7,7 +7,7 @@ interface DataTableScope
7
/**
8
* Apply a query scope.
9
*
10
- * @param \Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder $query
+ * @param \Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Eloquent\Relations\Relation $query
11
* @return mixed
12
*/
13
public function apply($query);
0 commit comments