Version20180111183322.php 507 B

123456789101112131415161718192021222324
  1. <?php
  2. namespace Application\Migrations;
  3. use Doctrine\DBAL\Migrations\AbstractMigration;
  4. use Doctrine\DBAL\Schema\Schema;
  5. use MigrationsBundle\Migrations\MigrationsBase;
  6. /**
  7. * Auto-generated Migration: Please modify to your needs!
  8. */
  9. class Version20180111183322 extends MigrationsBase
  10. {
  11. /**
  12. * @param Schema $schema
  13. */
  14. public function up(Schema $schema)
  15. {
  16. $this->executeYaml(__DIR__ . "/Actions20180111183322/", "radius.action.yml");
  17. $this->showResult();
  18. }
  19. }