Skip to content

Commit

Permalink
updated migration
Browse files Browse the repository at this point in the history
  • Loading branch information
arusinowski committed Jan 6, 2025
1 parent cbebcd0 commit f27a8aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Changelog
* 3.0.0
* CakePHP 5.x support

* 2.2.2
* Fixed migration
* Fixed property conflict in lookup strategy
* 2.2.1
* Fix plugin name
* 2.2.0
Expand Down
4 changes: 2 additions & 2 deletions config/Migrations/20250104120000_CreateEnumLookups.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php
declare(strict_types=1);

use Migrations\AbstractMigration;

/**
* Copyright 2015 - 2024, Cake Development Corporation (http://cakedc.com)
*
Expand All @@ -11,8 +13,6 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

use Phinx\Migration\AbstractMigration;

class CreateEnumLookups extends AbstractMigration
{
/**
Expand Down

0 comments on commit f27a8aa

Please sign in to comment.