Fix for tests

This commit is contained in:
Hillel Coren 2016-04-20 00:02:02 +03:00
parent c9ef281206
commit 5c4b75cf76

View File

@ -20,7 +20,7 @@ class UserTableSeeder extends Seeder
//'name' => 'Test Account',
'account_key' => str_random(RANDOM_KEY_LENGTH),
'timezone_id' => 1,
'company_id' => $company,
'company_id' => $company->id,
]);
User::create([