Skip to content

Commit 32fb213

Browse files
committed
Set network ID
1 parent a4b452e commit 32fb213

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Atomx/Resources/Advertiser.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ public function setState($state)
2323
$this->state = strtoupper($state);
2424
}
2525

26+
public function setNetwork($id)
27+
{
28+
$this->network_id = $id;
29+
}
30+
2631
public function setBudget($budget)
2732
{
2833
$budget = intval($budget);

0 commit comments

Comments
 (0)