|
|
@@ -2,19 +2,18 @@ |
|
|
|
|
|
|
|
namespace App\Dependency\Reminder; |
|
|
|
|
|
|
|
use Lc\SovBundle\Repository\Reminder\ReminderStore; |
|
|
|
use Lc\SovBundle\Repository\Reminder\ReminderStoreInterface; |
|
|
|
use Lc\CaracoleBundle\Factory\Reminder\ReminderFactory; |
|
|
|
use Lc\CaracoleBundle\Repository\Reminder\ReminderRepositoryQuery; |
|
|
|
use Lc\SovBundle\Factory\Reminder\ReminderFactoryInterface; |
|
|
|
use Lc\SovBundle\Repository\Reminder\ReminderRepositoryQueryInterface; |
|
|
|
|
|
|
|
class ReminderDependency |
|
|
|
{ |
|
|
|
public function getAliases() |
|
|
|
{ |
|
|
|
return [ |
|
|
|
//ReminderRepositoryInterface::class => ReminderRepository::class, |
|
|
|
//ReminderRepositoryQueryInterface::class => ReminderRepositoryQuery::class, |
|
|
|
//ReminderStoreInterface::class => ReminderStore::class, |
|
|
|
//ReminderFactoryInterface::class => ReminderFactory::class, |
|
|
|
ReminderRepositoryQueryInterface::class => ReminderRepositoryQuery::class, |
|
|
|
ReminderFactoryInterface::class => ReminderFactory::class, |
|
|
|
]; |
|
|
|
} |
|
|
|
|
|
|
|
} |