trait NotificationContent (View source)

Trait for models that notifications can be about.

Methods

static void
bootNotificationContent()

No description

MorphMany
notifications()

Relationship with the notifications about this model.

MorphMany
groupedNotifications()

Relationship with the notifications grouped by this model.

Details

static void bootNotificationContent()

No description

Return Value

void

MorphMany notifications()

Relationship with the notifications about this model.

Return Value

MorphMany

MorphMany groupedNotifications()

Relationship with the notifications grouped by this model.

Return Value

MorphMany