bind user repo to flat file impl
This commit is contained in:
parent
b0f57ab965
commit
1fdb3b8502
1 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,11 @@
|
|||
<?php
|
||||
|
||||
use DI\Container;
|
||||
use FreightQuote\User\FlatFileUserRepository;
|
||||
use FreightQuote\User\UserRepository;
|
||||
|
||||
$container = new Container([]);
|
||||
$container = new Container([
|
||||
UserRepository::class => FlatFileUserRepository::class,
|
||||
]);
|
||||
|
||||
return $container;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue