<?php namespace Lc\CaracoleBundle\Factory\Reminder; use Lc\CaracoleBundle\Factory\FactoryTrait; use Lc\SovBundle\Factory\Reminder\ReminderFactory as SovReminderFactory; class ReminderFactory extends SovReminderFactory { use FactoryTrait; }