Skip to content

Commit 3913a74

Browse files
committed
Rename migration because of double naming for Cake
1 parent 6858424 commit 3913a74

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/Migrations/20150126111319_initial.php renamed to config/Migrations/20150126111319_settings_initial.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
use Phinx\Migration\AbstractMigration;
1616

17-
class Initial extends AbstractMigration
17+
class SettingsInitial extends AbstractMigration
1818
{
1919

2020
/**

config/bootstrap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
*/
1515
use Cake\Core\Configure;
1616
use Cake\Event\EventManager;
17-
use Settings\Controller\Events\ManagerEvents;
1817
use Cake\Core\Plugin;
1918
use Settings\Core\Setting;
2019

0 commit comments

Comments
 (0)