Skip to content

Commit c6a361a

Browse files
authored
Update DataTableScope.php
1 parent b145ad1 commit c6a361a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contracts/DataTableScope.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface DataTableScope
77
/**
88
* Apply a query scope.
99
*
10-
* @param \Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder $query
10+
* @param \Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Eloquent\Relations\Relation $query
1111
* @return mixed
1212
*/
1313
public function apply($query);

0 commit comments

Comments
 (0)