Add missing dependency to insurance callback handler #761
This commit is contained in:
parent
c0c6fe26f7
commit
516fbcfcba
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ namespace App\Controller;
|
|||
|
||||
use App\Ramcar\InsuranceApplicationStatus;
|
||||
use App\Service\FCMSender;
|
||||
use App\Entity\InsuranceApplication;
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
|
|
|||
Loading…
Reference in a new issue