improved base callback structure

This commit is contained in:
kremsy
2017-03-23 20:43:23 +01:00
parent 2faa78c8e2
commit ca5dd279c1
2 changed files with 2 additions and 4 deletions

View File

@ -30,8 +30,6 @@ class CallbacksListStructure extends BaseStructure {
$this->responseId = $this->getJson()->responseid;
$this->callbacks = $this->getJson()->callbacks;
//$this->dump();
}
/**