Skip to content

Commit

Permalink
Use basic Str helpers.
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 Nov 3, 2019
1 parent fbdef61 commit 3f4e2e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": ">=7.2",
"illuminate/database": "^6.0",
"orchestra/support-core": "^4.0"
"illuminate/support": "^6.0"
},
"require-dev": {
"orchestra/testbench": "^4.0"
Expand Down
1 change: 0 additions & 1 deletion src/Searchable.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Laravie\QueryFilter;

use Orchestra\Support\Str;
use Illuminate\Database\Eloquent\Builder as EloquentBuilder;

class Searchable
Expand Down

0 comments on commit 3f4e2e6

Please sign in to comment.