updated ALC endpoint + nl editor + js tests
This commit is contained in:
@@ -12,12 +12,8 @@ class SuccessResponse extends Response {
|
||||
}
|
||||
|
||||
function getData() {
|
||||
if(empty($this->data)) {
|
||||
return false;
|
||||
} else {
|
||||
return array(
|
||||
'data' => $this->data
|
||||
);
|
||||
}
|
||||
return array(
|
||||
'data' => $this->data
|
||||
);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user