Skip to content

Commit

Permalink
Merge pull request #9 from socialblue/develop
Browse files Browse the repository at this point in the history
fix import route
  • Loading branch information
mbroersen committed May 25, 2019
2 parents 0de4636 + 85ea6fe commit 68c8d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelQueryAdviserServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Socialblue\LaravelQueryAdviser;

use Socialblue\LaravelQueryAdviser\Helper\QueryBuilderHelper;
use Illuminate\Routing\Route;
use Illuminate\Support\Facades\Route;
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\ServiceProvider;
Expand Down

0 comments on commit 68c8d99

Please sign in to comment.