20250622#1

This commit is contained in:
User
2025-06-22 01:05:12 +03:00
parent 35026bb223
commit f42bc7751a
20 changed files with 10 additions and 427 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace Rmphp\Storage\Repository;
interface ValueObjectInterface {
public function __toString(): string;
}