Skip to content

Commit e8c23ab

Browse files
rohansingh754github-actions[bot]
authored andcommitted
chore: applied pint changes
1 parent 74d111d commit e8c23ab

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
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
/**

0 commit comments

Comments
 (0)