@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Brick\Math\BigDecimal; |
| 6 | 6 | use Doctrine\Common\Collections\ArrayCollection; |
| 7 | 7 | use Doctrine\ORM\Mapping as ORM; |
| 8 | -use Loevgaard\Dandomain\Pay\Model\Payment as BasePayment; |
|
| 9 | 8 | use Loevgaard\Dandomain\Pay\Model\Payment as DandomainPayment; |
| 10 | 9 | use Symfony\Component\Validator\Constraints as Assert; |
| 11 | 10 | |