morphOne(Task::class, 'taskable'); } public function store(): BelongsTo { return $this->belongsTo(Store::class); } }