init empty user

This commit is contained in:
Yisroel Baum 2025-09-26 13:51:44 +03:00
parent c2ac7d92e8
commit e131ad45ec
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

8
src/Domain/User.php Normal file
View file

@ -0,0 +1,8 @@
<?php
namespace Yisroel\DigiWill\Domain;
class User
{
}