'raf', 'guard_name' => 'web']); } /** * Reverse the migrations. */ public function down(): void { Role::where('name', 'raf')->delete(); } };