Skip to content

Commit

Permalink
Merge pull request #30 from orecrush/patch-1
Browse files Browse the repository at this point in the history
Use correct namespace for Str.
  • Loading branch information
nicolaslopezj committed Mar 7, 2015
2 parents b746779 + 779838d commit 88997b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SearchableTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use Illuminate\Database\Query\Expression;
use Config;
use Str;
use Illuminate\Support\Str;

/**
* Trait SearchableTrait
Expand Down

0 comments on commit 88997b3

Please sign in to comment.