From 92b7dd3335a6572debeacfb5faa82c63a5e67888 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 8 Jun 2018 20:03:25 +0200 Subject: Some minor fixes --- main/app/system/Bakery/Migration.php | 134 +++++++++++++++++------------------ 1 file changed, 67 insertions(+), 67 deletions(-) (limited to 'main/app/system/Bakery/Migration.php') diff --git a/main/app/system/Bakery/Migration.php b/main/app/system/Bakery/Migration.php index 7c4ef62..c4255d9 100644 --- a/main/app/system/Bakery/Migration.php +++ b/main/app/system/Bakery/Migration.php @@ -1,67 +1,67 @@ -schema = $schema; - $this->io = $io; - } - - /** - * Method to apply changes to the database - */ - public function up() { - } - - /** - * Method to revert changes applied by the `up` method - */ - public function down() { - } - - /** - * Method to seed new information to the database - */ - public function seed() { - } -} +schema = $schema; + $this->io = $io; + } + + /** + * Method to apply changes to the database + */ + public function up() { + } + + /** + * Method to revert changes applied by the `up` method + */ + public function down() { + } + + /** + * Method to seed new information to the database + */ + public function seed() { + } +} -- cgit v1.2.3