mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 04:24:00 +00:00
large commit
This commit is contained in:
@@ -61,7 +61,7 @@ class CreateCompanyLogic
|
||||
|
||||
$address = new AddressBookObject(1, $company->id, $request->input('name'), $request->input('contact'),
|
||||
$request->input('street_one'), $request->input('street_two'), $request->input('city'),
|
||||
$request->input('state'), $request->input('post_code'), $request->input('country'), false, true);
|
||||
$request->input('state'), $request->input('post_code'), $request->input('country'), true, true);
|
||||
|
||||
$this->createsAddress->execute($address);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user