Fenos\Notifynder\Models\NotificationCategory::notifications PHP Method

notifications() public method

Relation with the notifications.
public notifications ( ) : Illuminate\Database\Eloquent\Relations\HasMany
return Illuminate\Database\Eloquent\Relations\HasMany
    public function notifications()
    {
        return $this->hasMany('Fenos\\Notifynder\\Models\\Notification', 'category_id');
    }
NotificationCategory