Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Oct 19, 2021
1 parent c7ef2a5 commit 7e3b899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Macros/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function __invoke()
{
return function ($filters) {
foreach (Arr::wrap($filters) as $column => $filter) {
$this->when($filter, function(Builder $query, $filter) use ($column) {
$this->when($filter, function (Builder $query, $filter) use ($column) {
return $query->whereLike($column, $filter);
});
}
Expand Down

0 comments on commit 7e3b899

Please sign in to comment.