Skip to content

Commit

Permalink
Merge pull request thedevdojo#159 from thedevdojo/removingDDcmd
Browse files Browse the repository at this point in the history
Adding update to default routes web to remove dd command
  • Loading branch information
tnylea authored Nov 14, 2024
2 parents 0bee6db + 7e18e1e commit 01f08f7
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 01f08f7

Please sign in to comment.