| 1 | <?php |
||
| 25 | abstract class Migration extends AbstractMigration implements ContainerAwareInterface |
||
| 26 | { |
||
| 27 | /** |
||
| 28 | * @var \Symfony\Component\DependencyInjection\ContainerInterface |
||
| 29 | */ |
||
| 30 | private $container; |
||
| 31 | |||
| 32 | public function setContainer(ContainerInterface $container = null) |
||
| 36 | |||
| 37 | protected function getQuotedU2fSchema() |
||
| 41 | } |
||
| 42 |