mirror of
https://github.com/archtechx/enums.git
synced 2025-12-12 06:44:04 +00:00
Merge branch 'master' of github.com:archtechx/enums
This commit is contained in:
commit
9594edb630
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace ArchTech\Enums;
|
||||
|
||||
trait Names
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace ArchTech\Enums;
|
||||
|
||||
trait Values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue