Skip to content

Commit

Permalink
Revert "laravel-debugbar の動作確認のため routes/web.php を書き換え"
Browse files Browse the repository at this point in the history
This reverts commit f42dd45.
  • Loading branch information
okashoi committed Mar 17, 2019
1 parent f42dd45 commit c4be2a4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,5 @@
*/

Route::get('/', function () {
$users = collect([
['name' => 'Alice'],
['name' => 'Bob'],
['name' => 'Carol'],
]);

Debugbar::info($users);
Debugbar::info($users->sortByDesc('name'));

return view('welcome');
});

0 comments on commit c4be2a4

Please sign in to comment.