- WIP on attributes ; on testing phase

This commit is contained in:
Dave M. 2023-01-26 13:30:43 +00:00
parent 6cbe043648
commit 61e7c8b62f
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace Notes\Tell\Attribute;
#[\Attribute]
class Language implements \Notes\Annotation {
public function __construct(
public string $key
) {}
}