Fenos\Notifynder\Models\NotificationCategory::notifications PHP Метод

notifications() публичный Метод

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