Add
This commit is contained in:
parent
7b3ea280af
commit
6cb8eff3a5
|
|
@ -29,6 +29,11 @@ public function setupLab()
|
||||||
'password' => Hash::make('12345678')
|
'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;'>
|
return "<div style='font-family:tahoma,serif; padding:20px; text-align:center;'>
|
||||||
<h2>آزمایشگاه آماده شد! 🧪</h2>
|
<h2>آزمایشگاه آماده شد! 🧪</h2>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user