Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/Migrations/20221007202459_CreateFailedJobs.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php
declare(strict_types=1);

use Migrations\AbstractMigration;
use Migrations\BaseMigration;

class CreateFailedJobs extends AbstractMigration
class CreateFailedJobs extends BaseMigration
{
/**
* Change Method.
*
* More information on this method is available here:
* https://book.cakephp.org/phinx/0/en/migrations.html#the-change-method
* https://book.cakephp.org/migrations/4/en/migrations.html#the-change-method
* @return void
*/
public function change()
Expand Down