We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac19086 commit a10021fCopy full SHA for a10021f
1 file changed
Atomx/Resources/Creative.php
@@ -50,6 +50,7 @@ public function setCategory($category)
50
51
public function setAttributes($attributes)
52
{
53
+ $attributes = ($attributes) ? $attributes : [];
54
$this->attributes = $attributes;
55
}
56
0 commit comments