This commit is contained in:
PaulCombal
2019-03-01 16:41:15 +01:00
parent 149d6d47d9
commit f3ad257ca6
4 changed files with 27 additions and 22 deletions

View File

@@ -51,8 +51,8 @@ class NotificationsService
}
/**
* Little shortcut to get all notification for a user
* This way you don't need to have a mnager or import notification.
* Little shortcut to get all of a user's notifications
* This way you don't need to have a manager or import the Notification class.
*
* If you want the return value to be associative arrays, set assoc to true
*