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')),