Skip to content

Commit

Permalink
Merge pull request #234 from austintoddj/analysis-qvLOWy
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
austintoddj authored Oct 23, 2016
2 parents 17a104d + 28cf8f5 commit bd7d6ca
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions app/Console/Commands/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace App\Console\Commands;

use Illuminate\Console\Command;
use Illuminate\Support\Facades\Artisan;
use TeamTNT\TNTSearch\TNTSearch;

class Index extends Command
{
Expand Down
1 change: 0 additions & 1 deletion app/Models/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use App\Services\Parsedowner;
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
use Laravel\Scout\Searchable;
use TeamTNT\TNTSearch\TNTSearch;
use Illuminate\Database\Eloquent\Model;

class Post extends Model
Expand Down
1 change: 0 additions & 1 deletion app/Models/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Illuminate\Database\Eloquent\Model;
use Laravel\Scout\Searchable;
use TeamTNT\TNTSearch\TNTSearch;

class Tag extends Model
{
Expand Down
2 changes: 1 addition & 1 deletion config/scout.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
'fuzzy' => [
'prefix_length' => 2,
'max_expansions' => 50,
'distance' => 2
'distance' => 2,
],
],

Expand Down

0 comments on commit bd7d6ca

Please sign in to comment.