20230926#1

This commit is contained in:
User
2023-09-26 16:49:41 +03:00
parent 4ea833db5a
commit 4c087a156b
3 changed files with 2 additions and 19 deletions

View File

@@ -6,6 +6,4 @@ use Rmphp\Storage\MysqlStorageInterface;
return [
MysqlStorageInterface::class => DI\create(MysqlStorage::class)->constructor(json_decode(getenv("MYSQL_PARAM"), true)),
'App\*\Domain\Repository\*RepositoryInterface' => DI\autowire('App\*\Repository\Mysql\*Repository'),
'App\*\Services\*\*Service' => DI\autowire('App\*\Services\*\*Service'),
'App\*\Services\*Service' => DI\autowire('App\*\Services\*Service'),
];