Fenos\Notifynder\Models\NotificationCategory::notifications PHP Méthode

notifications() public méthode

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