Chanda Chewe 156377a77d
Import Company Model and Hash in usersTableSeeder.php
UsersTableSeeder.php takes use of company models here but it has not imported it:  $company = Company::factory()->create([....

Also it takes use of password hashing here but it has not imported it: 'password' => Hash::make(config('ninja.testvars.password')),
2023-09-09 09:39:56 +02:00
..
2022-06-21 09:57:17 +00:00
2022-06-21 09:57:17 +00:00
2022-06-21 09:57:17 +00:00
2022-06-21 09:57:17 +00:00
2023-03-08 10:31:35 +11:00
2022-11-16 23:08:03 +11:00
2022-06-21 09:57:17 +00:00
2023-07-08 10:05:55 +10:00
2023-08-19 12:23:37 +10:00
2023-08-21 09:51:56 +10:00