Rename ab_account to accounts
This commit is contained in:
@@ -37,23 +37,13 @@ class AccountFactory extends Factory
|
||||
'country_id' => $co->id,
|
||||
// 'rtm_id',
|
||||
'currency_id' => $cyo->id,
|
||||
// 'username',
|
||||
// 'password',
|
||||
'active' => TRUE,
|
||||
// 'first_name',
|
||||
// 'last_name',
|
||||
// 'title',
|
||||
// 'email',
|
||||
// 'company',
|
||||
// 'address1',
|
||||
// 'address2',
|
||||
// 'city',
|
||||
// 'state',
|
||||
// 'zip',
|
||||
// 'email_type',
|
||||
// 'invoice_delivery',
|
||||
// 'mail_type',
|
||||
// 'remember_token',
|
||||
// 'user_id',
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user