Skip to content

Commit

Permalink
Fixed a bug introduced by 5a60024 - FatalThrowableError in TNTSearchS…
Browse files Browse the repository at this point in the history
…coutServiceProvider.php line 30:

Class 'Engines\TNTSearchEngine' not found
  • Loading branch information
dominiquedutra committed Jul 25, 2017
1 parent b5de4fc commit a776ec5
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 a776ec5

Please sign in to comment.