Skip to content

Commit

Permalink
Apply fixes from StyleCI (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tucker-Eric authored Sep 5, 2019
1 parent 3be8157 commit 7a66e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/MakeEloquentFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace EloquentFilter\Commands;

use Illuminate\Support\Str;
use Illuminate\Console\Command;
use Illuminate\Filesystem\Filesystem;
use Illuminate\Support\Str;

class MakeEloquentFilter extends Command
{
Expand Down
2 changes: 1 addition & 1 deletion src/ModelFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace EloquentFilter;

use Illuminate\Support\Arr;
use Illuminate\Database\Eloquent\Relations\Relation;
use Illuminate\Database\Eloquent\Builder as QueryBuilder;
use Illuminate\Support\Arr;

/**
* @mixin QueryBuilder
Expand Down

0 comments on commit 7a66e33

Please sign in to comment.