20250622#1
This commit is contained in:
9
src/Repository/ValueObjectInterface.php
Normal file
9
src/Repository/ValueObjectInterface.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Rmphp\Storage\Repository;
|
||||
|
||||
interface ValueObjectInterface {
|
||||
|
||||
public function __toString(): string;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user