mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-12-09 13:15:32 -05:00
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')),