Skip to content

Commit

Permalink
Merge pull request #18 from bluzphp/develop
Browse files Browse the repository at this point in the history
Renamed migrations
  • Loading branch information
Anton authored Oct 25, 2017
2 parents 2094323 + 3b9925b commit 9975a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* CreateContactUsTable
*/
class ModuleContactUs extends AbstractMigration
class ContactUs extends AbstractMigration
{
/**
* Change Method.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* CreateContactUsTable
*/
class ModuleContactUsPermissions extends AbstractMigration
class ContactUsPermissions extends AbstractMigration
{
/**
* Migrate Up.
Expand Down

0 comments on commit 9975a1f

Please sign in to comment.