Skip to content

Instantly share code, notes, and snippets.

View yapro's full-sized avatar
:octocat:
a simple man ٩(◕‿◕)۶

Николай Лебеденко yapro

:octocat:
a simple man ٩(◕‿◕)۶
View GitHub Profile
<?php
declare(strict_types=1);
namespace HappyInc\Infrastructure\Migrations;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;