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