morphTo(); } public function draft() { return $this->morphOne(Draft::class, 'draftable'); } }