Skip to content

Instantly share code, notes, and snippets.

View angelsk's full-sized avatar
🐱

Jo Carter angelsk

🐱
View GitHub Profile
@angelsk
angelsk / PackratRecipesCommand.php
Created July 31, 2018 11:33
PackratRecipes - Generate SQL for inserting multi-collection collections
<?php
namespace App\Command;
use App\Service\PackratApi;
use Doctrine\ORM\EntityManagerInterface;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;