Skip to content

Commit

Permalink
remove typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
esbenp committed Aug 27, 2019
1 parent 544d2f8 commit 5cf53fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ protected function getCreatedAtColumn()
return ($model::CREATED_AT) ? $model::CREATED_AT : 'created_at';
}

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

0 comments on commit 5cf53fe

Please sign in to comment.