diff --git a/routes/web.php b/routes/web.php index 902569f1..4253d25c 100644 --- a/routes/web.php +++ b/routes/web.php @@ -16,7 +16,3 @@ // Wave routes Wave::routes(); - -Route::get('role', function(){ - dd(\App\Models\User::find(2)->roles); -});