bind text repo to json impl in container
This commit is contained in:
parent
0853aacdfb
commit
9a64d1dd50
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
use DI\Container;
|
use DI\Container;
|
||||||
|
|
||||||
$container = new Container([
|
$container = new Container([
|
||||||
|
\App\Text\TextRepository::class => \App\Text\JsonTextRepository::class,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return $container;
|
return $container;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue