Skip to content

Commit d118219

Browse files
amit-webkulgithub-actions[bot]
authored andcommitted
chore: applied pint changes
1 parent aa3d531 commit d118219

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/Webkul/Contact/src/Repositories/PersonRepository.php

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use Illuminate\Container\Container;
66
use Webkul\Attribute\Repositories\AttributeRepository;
77
use Webkul\Attribute\Repositories\AttributeValueRepository;
8-
use Webkul\Contact\Repositories\OrganizationRepository;
98
use Webkul\Contact\Contracts\Person;
109
use Webkul\Core\Eloquent\Repository;
1110

packages/Webkul/Lead/src/Repositories/LeadRepository.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public function create(array $data)
125125
$data['person']['id'] = $person->id;
126126

127127
$data['person']['organization_id'] = $person->organization_id;
128-
128+
129129
$lead = parent::create(array_merge([
130130
'person_id' => $person->id,
131131
'lead_pipeline_id' => 1,

0 commit comments

Comments
 (0)