Skip to content

Commit f189389

Browse files
committed
added setBans
1 parent 198c816 commit f189389

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Atomx/Resources/Creative.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ public function setContent($content)
5959
$this->content = $content;
6060
}
6161

62+
public function setBans($bans)
63+
{
64+
if (!is_array($bans)) return;
65+
66+
$this->bans = $bans;
67+
}
68+
6269
public function setUrl($url)
6370
{
6471
$this->url = $url;

0 commit comments

Comments
 (0)