We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d111d commit e8c23abCopy full SHA for e8c23ab
packages/Webkul/Automation/src/Helpers/Entity/Lead.php
@@ -54,7 +54,7 @@ public function getEntity(mixed $entity)
54
*/
55
public function getAttributes(string $entityType, array $skipAttributes = ['textarea', 'image', 'file', 'address']): array
56
{
57
- return parent::getAttributes($entityType, $skipAttributes);
+ return parent::getAttributes($entityType, $skipAttributes);
58
}
59
60
/**
0 commit comments