| 1 | <?php |
||
| 13 | final class MigrationFileListerPass implements CompilerPassInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Registers the FileListerInterface into the file lister registry. |
||
| 17 | * |
||
| 18 | * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container |
||
| 19 | */ |
||
| 20 | public function process(ContainerBuilder $container) |
||
| 38 | } |
||
| 39 |