Skip to content

Commit

Permalink
merge 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 8, 2018
2 parents 17f2dd1 + 65eaac3 commit 08965e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Jobs/MakeSearchable.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Illuminate\Bus\Queueable;
use Illuminate\Queue\SerializesModels;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Database\Eloquent\Collection;

class MakeSearchable implements ShouldQueue
{
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 Laravel\Scout;

use Laravel\Scout\Builder;
use Laravel\Scout\Jobs\MakeSearchable;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Database\Eloquent\SoftDeletes;
Expand Down

0 comments on commit 08965e9

Please sign in to comment.