MigrationsBundle.php 127 B

123456789
  1. <?php
  2. namespace MigrationsBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. class MigrationsBundle extends Bundle
  5. {
  6. }