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