| 1 | <?php |
||
| 16 | class UsersAssociatedAppsController extends BaseController |
||
| 17 | { |
||
| 18 | /* |
||
| 19 | * fields we accept to create |
||
| 20 | * |
||
| 21 | * @var array |
||
| 22 | */ |
||
| 23 | protected $createFields = []; |
||
| 24 | |||
| 25 | /* |
||
| 26 | * fields we accept to create |
||
| 27 | * |
||
| 28 | * @var array |
||
| 29 | */ |
||
| 30 | protected $updateFields = []; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * set objects. |
||
| 34 | * |
||
| 35 | * @return void |
||
| 36 | */ |
||
| 37 | public function onConstruct() |
||
| 46 | } |
||
| 47 |