|
@@ -19,7 +19,7 @@ class UserCompanySeeder extends Seeder
|
19
|
19
|
->withPersonalCompany(function (CompanyFactory $factory) {
|
20
|
20
|
return $factory
|
21
|
21
|
->state([
|
22
|
|
- 'name' => 'ERPSAAS',
|
|
22
|
+ 'name' => 'Akaun',
|
23
|
23
|
])
|
24
|
24
|
->withTransactions(250)
|
25
|
25
|
->withOfferings()
|
|
@@ -32,7 +32,7 @@ class UserCompanySeeder extends Seeder
|
32
|
32
|
})
|
33
|
33
|
->create([
|
34
|
34
|
'name' => 'Admin',
|
35
|
|
- 'email' => 'admin@erpsaas.com',
|
|
35
|
+ 'email' => 'admin@akaun.com',
|
36
|
36
|
'password' => bcrypt('password'),
|
37
|
37
|
'current_company_id' => 1, // Assuming this will be the ID of the created company
|
38
|
38
|
]);
|