Skip to content

Commit

Permalink
Merge pull request teamtnt#106 from dominiquedutra/master
Browse files Browse the repository at this point in the history
Fixed a bug introduced by 5a60024 - …
  • Loading branch information
nticaric authored Jul 25, 2017
2 parents 374b65b + a776ec5 commit 4720643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TNTSearchScoutServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php namespace TeamTNT\Scout;

use Engines\TNTSearchEngine;
use TeamTNT\TNTSearch\TNTSearch;
use Laravel\Scout\EngineManager;
use Illuminate\Support\ServiceProvider;
use TeamTNT\Scout\Console\ImportCommand;
use TeamTNT\Scout\Engines\TNTSearchEngine;

class TNTSearchScoutServiceProvider extends ServiceProvider
{
Expand Down

0 comments on commit 4720643

Please sign in to comment.