Skip to content

Commit e53327e

Browse files
authored
add missing backslash
1 parent 765b80c commit e53327e

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|\Illuminate\Database\Eloquent\Relations\Relation|Illuminate\Support\Collection $query
10+
* @param \Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Eloquent\Relations\Relation|\Illuminate\Support\Collection $query
1111
* @return mixed
1212
*/
1313
public function apply($query);

0 commit comments

Comments
 (0)