Преглед на файлове

errores menores en las acciones de radius

Luciano Andrade преди 7 години
родител
ревизия
9a656d4878
променени са 2 файла, в които са добавени 20 реда и са изтрити 4 реда
  1. 19 3
      app/DoctrineMigrations/Actions20180111183322/radius.action.yml
  2. 1 1
      app/DoctrineMigrations/Version20180111183322.php

Файловите разлики са ограничени, защото са твърде много
+ 19 - 3
app/DoctrineMigrations/Actions20180111183322/radius.action.yml


+ 1 - 1
app/DoctrineMigrations/Version20180111183322.php

@@ -17,7 +17,7 @@ class Version20180111183322 extends MigrationsBase
      */
     public function up(Schema $schema)
     {
-        $this->executeYaml(__DIR__ . "/Actions20171205180407/", "inicio.yml");
+        $this->executeYaml(__DIR__ . "/Actions20180111183322/", "radius.action.yml");
         $this->showResult();
 
     }