20250622#4

This commit is contained in:
User
2025-06-22 02:56:56 +03:00
parent d6d571cb1a
commit 56d801cc54
2 changed files with 5 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ abstract class AbstractMysqlRepository implements MysqlRepositoryInterface {
public function __construct(
public readonly MysqlStorageInterface $mysql,
protected readonly ObjectDataMapper $mapper
public readonly ObjectDataMapper $mapper
) {}
/**

View File

@@ -12,7 +12,10 @@ use Rmphp\ODM\ObjectDataMapper;
use Rmphp\Storage\Repository\EntityInterface;
use Rmphp\Storage\Repository\RepositoryException;
/**
* @property MysqlStorageInterface $mysql
* @property ObjectDataMapper $mapper
*/
interface MysqlRepositoryInterface {
/**