1 | <?php |
||
15 | class MigrationHandlerPass implements CompilerPassInterface |
||
16 | { |
||
17 | /** |
||
18 | * Registers the MigrationHandlerInterface into the migration handler registry. |
||
19 | * |
||
20 | * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container |
||
21 | */ |
||
22 | public function process(ContainerBuilder $container) |
||
40 | } |
||
41 |