Skip to content

Commit

Permalink
Merge pull request #10 from socialblue/develop
Browse files Browse the repository at this point in the history
retry
  • Loading branch information
mbroersen committed May 25, 2019
2 parents 68c8d99 + 4f8dce1 commit 0312592
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
use Illuminate\Support\Facades\Cache;


//Route::get('/', view('laravel-query-adviser::index'));
//
//
//Route::get('/query/list', function () {
// return Cache::get(config('laravel-query-adviser.cache.key'), []);
//});
Route::get('/', view('laravel-query-adviser::index'));


Route::get('/query/list', function () {
return Cache::get(config('laravel-query-adviser.cache.key'), []);
});

0 comments on commit 0312592

Please sign in to comment.