@@ -1,10 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace PlaygroundGame\Mapper; |
| 3 | 3 | |
| 4 | -use Doctrine\ORM\EntityManager; |
|
| 5 | -use PlaygroundGame\Options\ModuleOptions; |
|
| 6 | -use Zend\Stdlib\Hydrator\HydratorInterface; |
|
| 7 | -use ZfcBase\EventManager\EventProvider; |
|
| 8 | 4 | use PlaygroundGame\Mapper\AbstractMapper; |
| 9 | 5 | |
| 10 | 6 | class Invitation extends AbstractMapper |