Skip to content

Commit 1201b5c

Browse files
author
Anton
authored
Merge pull request #15 from bluzphp/develop
Renamed migrations
2 parents 0fc6b50 + b3aab2e commit 1201b5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/migrations/20170317111211_module_test.php renamed to data/migrations/20170317111211_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* CreateTestTable
1111
*/
12-
class ModuleTest extends AbstractMigration
12+
class Test extends AbstractMigration
1313
{
1414

1515
/**

data/migrations/20170317111212_module_test_permissions.php renamed to data/migrations/20170317111212_test_permissions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* CreateTestTable
1111
*/
12-
class ModuleTestPermissions extends AbstractMigration
12+
class TestPermissions extends AbstractMigration
1313
{
1414
/**
1515
* Migrate Up.

0 commit comments

Comments
 (0)