ulmus/src/Attribute/Property/Collation.php

10 lines
181 B
PHP

<?php
namespace Ulmus\Attribute\Property;
#[\Attribute(\Attribute::TARGET_PROPERTY)]
class Collation {
public function __construct(
public string $name = ""
) {}
}