morphTo(); } /** * @return hasMany */ public function files(): hasMany { return $this->hasMany(File::class, 'document_id'); } }