Skip to content

Commit

Permalink
Merge pull request #82 from zawilliams/master
Browse files Browse the repository at this point in the history
Remove Laravel aliases and call facades directly
  • Loading branch information
nicolaslopezj committed Sep 20, 2015
2 parents 4fee4a3 + cda02f4 commit bf47a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SearchableTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Query\Expression;
use Config;
use DB;
use Illuminate\Support\Facades\Config;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Str;

/**
Expand Down

0 comments on commit bf47a90

Please sign in to comment.