Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 24, 2021
1 parent d0d4d73 commit 20b93ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ use Laravie\QueryFilter\Searchable;

abstract class Resource extends NovaResource
{

// ...

/**
Expand Down
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ function connection_type($query): string
function like_operator(string $connectionType): string
{
return $connectionType == 'pgsql' ? 'ilike' : 'like';
}
}

0 comments on commit 20b93ca

Please sign in to comment.