diff --git a/src/Command/SetJobOrderCustNewCommand.php b/src/Command/SetJobOrderCustNewCommand.php index 43558072..5449b371 100644 --- a/src/Command/SetJobOrderCustNewCommand.php +++ b/src/Command/SetJobOrderCustNewCommand.php @@ -9,12 +9,14 @@ use Symfony\Component\Console\Output\OutputInterface; use Doctrine\ORM\EntityManagerInterface; +use App\Service\JobOrderManager; + class SetJobOrderCustNewCommand extends Command { protected $em; protected $jo_manager; - public function __construct(EntityManagerInterface $em, JobOrderManager) + public function __construct(EntityManagerInterface $em, JobOrderManager $jo_manager) { $this->em = $em; $this->jo_manager = $jo_manager;