- WIP on attributes ; on testing phase
This commit is contained in:
parent
6cbe043648
commit
61e7c8b62f
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Notes\Tell\Attribute;
|
||||
|
||||
#[\Attribute]
|
||||
class Language implements \Notes\Annotation {
|
||||
public function __construct(
|
||||
public string $key
|
||||
) {}
|
||||
}
|
Loading…
Reference in New Issue