Skip to content

Commit

Permalink
Adding update to default routes web to remove dd command
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Lea authored and Tony Lea committed Nov 14, 2024
1 parent 0bee6db commit 7e18e1e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@

// Wave routes
Wave::routes();

Route::get('role', function(){
dd(\App\Models\User::find(2)->roles);
});

0 comments on commit 7e18e1e

Please sign in to comment.