Skip to content

Commit f27a8aa

Browse files
committed
updated migration
1 parent cbebcd0 commit f27a8aa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Changelog
1515
* 3.0.0
1616
* CakePHP 5.x support
1717

18+
* 2.2.2
19+
* Fixed migration
20+
* Fixed property conflict in lookup strategy
1821
* 2.2.1
1922
* Fix plugin name
2023
* 2.2.0

config/Migrations/20250104120000_CreateEnumLookups.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?php
22
declare(strict_types=1);
33

4+
use Migrations\AbstractMigration;
5+
46
/**
57
* Copyright 2015 - 2024, Cake Development Corporation (http://cakedc.com)
68
*
@@ -11,8 +13,6 @@
1113
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
1214
*/
1315

14-
use Phinx\Migration\AbstractMigration;
15-
1616
class CreateEnumLookups extends AbstractMigration
1717
{
1818
/**

0 commit comments

Comments
 (0)