Replace old references

This commit is contained in:
gdarko
2024-01-28 15:07:09 -06:00
parent 597ff171de
commit dce2a57f3c
15 changed files with 59 additions and 59 deletions

View File

@@ -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([