<?php #[Attribute] class ColumnName { use Getter; public function __construct(private string $name) { $this->name = $name; } }
You have javascript disabled. You will not be able to edit any code.