mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-17 02:04:03 +00:00
Replace old references
This commit is contained in:
@@ -19,10 +19,10 @@ class UsersTableSeeder extends Seeder
|
||||
public function run()
|
||||
{
|
||||
$user = User::create([
|
||||
'email' => 'admin@craterapp.com',
|
||||
'email' => 'admin@invoiceshelf.com',
|
||||
'name' => 'Jane Doe',
|
||||
'role' => 'super admin',
|
||||
'password' => 'crater@123',
|
||||
'password' => 'invoiceshelf@123',
|
||||
]);
|
||||
|
||||
$company = Company::create([
|
||||
|
||||
Reference in New Issue
Block a user