testing
This commit is contained in:
@@ -34,10 +34,10 @@ class StructureHelper {
|
|||||||
private $corpId;
|
private $corpId;
|
||||||
private $page;
|
private $page;
|
||||||
|
|
||||||
public function __construct($charId, $corpId, $page) {
|
public function __construct($char, $corp, $pg) {
|
||||||
$this->charId = $charId;
|
$this->charId = $char;
|
||||||
$this->corpId = $corpId;
|
$this->corpId = $corp;
|
||||||
$this->page = $page;
|
$this->page = $pg;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function Start() {
|
public function Start() {
|
||||||
|
|||||||
Reference in New Issue
Block a user