Skip to content

Commit 74d111d

Browse files
committed
resolved formate issue
1 parent b236884 commit 74d111d

File tree

1 file changed

+7
-13
lines changed
  • packages/Webkul/Automation/src/Helpers/Entity

1 file changed

+7
-13
lines changed

Diff for: packages/Webkul/Automation/src/Helpers/Entity/Lead.php

+7-13
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function getEntity(mixed $entity)
5454
*/
5555
public function getAttributes(string $entityType, array $skipAttributes = ['textarea', 'image', 'file', 'address']): array
5656
{
57-
return parent::getAttributes($entityType, $skipAttributes);
57+
return parent::getAttributes($entityType, $skipAttributes);
5858
}
5959

6060
/**
@@ -71,31 +71,25 @@ public function getActions(): array
7171
'id' => 'update_lead',
7272
'name' => trans('admin::app.settings.workflows.helpers.update-lead'),
7373
'attributes' => $this->getAttributes('leads'),
74-
],
75-
[
74+
], [
7675
'id' => 'update_person',
7776
'name' => trans('admin::app.settings.workflows.helpers.update-person'),
7877
'attributes' => $this->getAttributes('persons'),
79-
],
80-
[
78+
], [
8179
'id' => 'send_email_to_person',
8280
'name' => trans('admin::app.settings.workflows.helpers.send-email-to-person'),
8381
'options' => $emailTemplates,
84-
],
85-
[
82+
], [
8683
'id' => 'send_email_to_sales_owner',
8784
'name' => trans('admin::app.settings.workflows.helpers.send-email-to-sales-owner'),
8885
'options' => $emailTemplates,
89-
],
90-
[
86+
], [
9187
'id' => 'add_tag',
9288
'name' => trans('admin::app.settings.workflows.helpers.add-tag'),
93-
],
94-
[
89+
], [
9590
'id' => 'add_note_as_activity',
9691
'name' => trans('admin::app.settings.workflows.helpers.add-note-as-activity'),
97-
],
98-
[
92+
], [
9993
'id' => 'trigger_webhook',
10094
'name' => trans('admin::app.settings.workflows.helpers.add-webhook'),
10195
'options' => $webhooksOptions,

0 commit comments

Comments
 (0)