update
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
class AppStateDocument {
|
||||
public $Identity;
|
||||
public $ShopApplicationNumbers;
|
||||
public function __construct($i, $a){
|
||||
$this->Identity = $i;
|
||||
$this->ShopApplicationNumbers = $a;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user