'integer', 'is_public' => 'boolean', 'size' => 'integer', ]; } /** * @return MorphTo */ public function attachable(): MorphTo { return $this->morphTo(); } }