fixed notifications

This commit is contained in:
Denis Duliçi
2020-07-13 15:16:56 +03:00
parent 0467a9f49d
commit a067866de5
3 changed files with 11 additions and 14 deletions

View File

@ -608,7 +608,7 @@ trait Modules
$data = [];
if (!$notifications = static::getResponse('GET', 'apps/notifications')) {
if (!$notifications = static::getResponseData('GET', 'apps/notifications')) {
return $data;
}