We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f09498 + f3f9592 commit 0589469Copy full SHA for 0589469
config/Migrations/20221007202459_CreateFailedJobs.php
@@ -1,15 +1,15 @@
1
<?php
2
declare(strict_types=1);
3
4
-use Migrations\AbstractMigration;
+use Migrations\BaseMigration;
5
6
-class CreateFailedJobs extends AbstractMigration
+class CreateFailedJobs extends BaseMigration
7
{
8
/**
9
* Change Method.
10
*
11
* More information on this method is available here:
12
- * https://book.cakephp.org/phinx/0/en/migrations.html#the-change-method
+ * https://book.cakephp.org/migrations/4/en/migrations.html#the-change-method
13
* @return void
14
*/
15
public function change()
0 commit comments