This commit is contained in:
2024-11-20 15:32:19 +03:00
commit f7159b7d57
10 changed files with 1005 additions and 0 deletions

8
schema/Types.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
namespace dominion\api\schema;
class Types
{
use ApiTypes;
}