@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Yokai\MessengerBundle\Channel; |
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\EntityManager; |
| 6 | -use Symfony\Component\HttpFoundation\File\File; |
|
| 7 | 6 | use Symfony\Component\Filesystem\Filesystem; |
| 8 | 7 | use Yokai\MessengerBundle\Delivery; |
| 9 | 8 | use Yokai\MessengerBundle\Entity\Notification; |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Doctrine\Common\Collections\ArrayCollection; |
| 6 | 6 | use Doctrine\Common\Collections\Collection; |
| 7 | 7 | use Doctrine\Common\Util\ClassUtils; |
| 8 | -use Symfony\Component\HttpFoundation\File\File; |
|
| 9 | 8 | use Yokai\MessengerBundle\Recipient\DoctrineRecipientInterface; |
| 10 | 9 | |
| 11 | 10 | /** |