define(App\Company::class, function (Faker $faker) { return [ 'company_name'=>'testing', 'registration_no'=>'testing', 'tax_no'=>'testing', 'tel_no'=>'12345', 'fax'=>'12345', 'address'=>'testing', 'city'=>'testing', 'postcode'=>'testing', 'state'=>'testing', 'country'=>'testing', 'contact_person'=>'testing' ]; });