Skip to content

Commit 9483b07

Browse files
amit-webkulgithub-actions[bot]
authored andcommitted
chore: applied pint changes
1 parent 5f8914c commit 9483b07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: packages/Webkul/Contact/src/Repositories/PersonRepository.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ public function createOrganization(array $data)
190190
'name' => $data['organization_name'],
191191
'entity_type' => 'organization',
192192
'address' => [
193-
"address" => "",
194-
"country" => "",
195-
"state" => "",
196-
"city" => "",
197-
"postcode" => ""
193+
'address' => '',
194+
'country' => '',
195+
'state' => '',
196+
'city' => '',
197+
'postcode' => '',
198198
],
199199
'user_id' => 1,
200200
]);

0 commit comments

Comments
 (0)