Skip to content

Commit

Permalink
Rename migration because of double naming for Cake
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmulder committed Sep 21, 2015
1 parent 7776bb3 commit 10ee099
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
use Phinx\Migration\AbstractMigration;

class Initial extends AbstractMigration
class NotifierInitial extends AbstractMigration
{
/**
* Change Method.
Expand Down Expand Up @@ -76,4 +76,4 @@ public function down()
{
$this->dropTable('notifications');
}
}
}

0 comments on commit 10ee099

Please sign in to comment.