bind text repo to json impl in container

This commit is contained in:
Yisroel Baum 2026-04-12 22:06:15 +03:00
parent 0853aacdfb
commit 9a64d1dd50
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -3,7 +3,7 @@
use DI\Container;
$container = new Container([
\App\Text\TextRepository::class => \App\Text\JsonTextRepository::class,
]);
return $container;