Skip to content

Commit

Permalink
Fix CS and a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Oct 31, 2023
1 parent d7dd18a commit b715800
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Columns/Column.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function searchWithQuery(Closure $callback): static
}

/**
* Resolve the serach query.
* Resolve the search query.
*/
public function resolveSearchQuery(Request $request, Builder $query, mixed $value): Builder
{
Expand Down
1 change: 0 additions & 1 deletion src/Filters/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Cone\Root\Columns\Columns;
use Cone\Root\Columns\Relation;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Http\Request;

class Search extends RenderableFilter
Expand Down

0 comments on commit b715800

Please sign in to comment.