mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
commit
a95beb3d47
@ -44,7 +44,7 @@ class DatabaseSeeder extends Seeder
|
||||
$admin = $this->roles->findBySlug('admin');
|
||||
|
||||
$this->users->unguard();
|
||||
|
||||
$this->users->newQuery()->where('email', "admin@visiosoft.com.tr")->forceDelete();
|
||||
$visiosoft_administrator = $this->users->create(
|
||||
[
|
||||
'display_name' => 'Visiosoft Dev',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user