소스 검색

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();
 
     }