<?php
use Faker\Generator as Faker;
$factory->define(App\Models\Account::class, function (Faker $faker) {
return [
'default_company_id' => 1
];
});