Resolve "Update customer vehicle info when warranty is added" #1143

Merged
korina.cordero merged 14 commits from 290-update-customer-vehicle-info-when-warranty-is-added into master 2020-01-20 02:48:16 +00:00
2 changed files with 2 additions and 8 deletions
Showing only changes of commit a02c364c1f - Show all commits

View file

@ -9,16 +9,8 @@ use Symfony\Component\Console\Output\OutputInterface;
use Doctrine\Common\Persistence\ObjectManager;
use App\Entity\Warranty;
use App\Entity\Battery;
use App\Service\WarrantyHandler;
use App\Ramcar\WarrantyClass;
use DateTime;
use DateInterval;
class ComputeWarrantyExpiryDateCommand extends Command
{
protected $em;

View file

@ -9,6 +9,8 @@ use App\Entity\Battery;
use App\Entity\BatterySize;
use App\Entity\SAPBattery;
use App\Ramcar\WarrantyClass;
use DateTime;
use DateInterval;