| 1 | <?php |
||
| 15 | final class Version20180905135049 extends AbstractMigration implements ContainerAwareInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var ContainerInterface |
||
| 19 | */ |
||
| 20 | private $container; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param ContainerInterface|null $container |
||
| 24 | */ |
||
| 25 | public function setContainer(ContainerInterface $container = null) |
||
| 29 | |||
| 30 | public function up(Schema $schema): void |
||
| 38 | |||
| 39 | public function down(Schema $schema): void |
||
| 47 | } |
||
| 48 |