Skip to content

Commit

Permalink
Lost kobrakai change module filename back (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
LostKobrakai committed Sep 15, 2016
1 parent d019b13 commit 0f13750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Migrations.module.php → Migrations.module
Original file line number Diff line number Diff line change
Expand Up @@ -301,4 +301,4 @@ public function ___uninstall ()
$this->database->query("DROP TABLE {$this->className}");
}

}
}
2 changes: 1 addition & 1 deletion ProcessMigrations.module.php → ProcessMigrations.module
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,4 @@ public function ___executeCreate()
return $form->render();
}

}
}

0 comments on commit 0f13750

Please sign in to comment.