mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-07 22:06:04 -06:00
db seeder edited for user names
This commit is contained in:
parent
b9a736cc55
commit
03e0ea08c9
@ -56,6 +56,8 @@ class DatabaseSeeder extends Seeder
|
|||||||
$this->users->newQuery()->where('email', "info@openclassify.com")->forceDelete();
|
$this->users->newQuery()->where('email', "info@openclassify.com")->forceDelete();
|
||||||
$visiosoft_administrator = $this->users->create(
|
$visiosoft_administrator = $this->users->create(
|
||||||
[
|
[
|
||||||
|
'first_name' => 'Dev',
|
||||||
|
'last_name' => 'Openclassify',
|
||||||
'display_name' => 'openclassify',
|
'display_name' => 'openclassify',
|
||||||
'email' => "info@openclassify.com",
|
'email' => "info@openclassify.com",
|
||||||
'username' => "openclassify",
|
'username' => "openclassify",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user