From ae6c0f383c85f5801454b6860fa9b4fcd39dee67 Mon Sep 17 00:00:00 2001 From: Loann Meignant Date: Wed, 18 Sep 2019 13:29:13 +0200 Subject: [PATCH] Update 'BillingBundle/Service/BillingSrv.php' --- BillingBundle/Service/BillingSrv.php | 1 + 1 file changed, 1 insertion(+) diff --git a/BillingBundle/Service/BillingSrv.php b/BillingBundle/Service/BillingSrv.php index 9312158..06eb1b5 100644 --- a/BillingBundle/Service/BillingSrv.php +++ b/BillingBundle/Service/BillingSrv.php @@ -2,6 +2,7 @@ namespace Bluesquare\BillingBundle\Service; +use Doctrine\ORM\EntityManager; use Symfony\Component\DependencyInjection\ContainerInterface; class BillingSrv