Skip to content

Commit 6d545d9

Browse files
committed
Added audited at
1 parent c270abc commit 6d545d9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Atomx/Resources/Creative.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,9 @@ public function setBanned($banned_id)
9898
{
9999
$this->banned_id = $banned_id;
100100
}
101+
102+
public function setAuditedAt($audited_at)
103+
{
104+
$this->audited_at = $audited_at;
105+
}
101106
}

0 commit comments

Comments
 (0)