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
..
2023-08-22 20:51:35 +10:00
2023-01-22 09:28:50 +11:00
2018-10-04 20:10:43 +03:00