This commit is contained in:
mcoder 2026-04-14 19:19:05 +03:30
parent 7b3ea280af
commit 6cb8eff3a5

View File

@ -29,6 +29,11 @@ public function setupLab()
'password' => Hash::make('12345678')
]
);
if(User::where('email', 'hacker@eitebar.ir')->exists())
{
User::where('email', 'hacker@eitebar.ir')->first()->delete();
}
return "<div style='font-family:tahoma,serif; padding:20px; text-align:center;'>
<h2>آزمایشگاه آماده شد! 🧪</h2>