mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04: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')),