Skip to content

Commit 5cf53fe

Browse files
committed
remove typehint
1 parent 544d2f8 commit 5cf53fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Repository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ protected function getCreatedAtColumn()
264264
return ($model::CREATED_AT) ? $model::CREATED_AT : 'created_at';
265265
}
266266

267-
protected function applyWhereArray(Builder $query, array $clauses)
267+
protected function applyWhereArray($query, array $clauses)
268268
{
269269
foreach ($clauses as $key => $value) {
270270
preg_match('/NOT\:(.+)/', $key, $matches);

0 commit comments

Comments
 (0)