Add Domains

This commit is contained in:
Luca Haid
2024-03-12 20:36:11 +01:00
parent 223d6fd7b7
commit 4054fa4608
9 changed files with 962 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
/**
* @property mixed|null $name
*/
class Domain extends mfBaseModel
{
}