use base migration not abstract migration
CI / testsuite (mysql, 8.4, ) (push) Successful in 2m42s
CI / testsuite (mysql, 8.2, ) (push) Successful in 4m1s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 3m58s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 2m46s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 4m3s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 4m8s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 2m46s
Release / build (push) Successful in 14s
CI / Coding Standard & Static Analysis (push) Successful in 2m14s
CI / testsuite (mysql, 8.4, ) (push) Successful in 2m42s
CI / testsuite (mysql, 8.2, ) (push) Successful in 4m1s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 3m58s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 2m46s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 4m3s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 4m8s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 2m46s
Release / build (push) Successful in 14s
CI / Coding Standard & Static Analysis (push) Successful in 2m14s
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
use Migrations\AbstractMigration;
|
||||
use Migrations\BaseMigration;
|
||||
|
||||
class CreateContactUsFormSubmissions extends AbstractMigration {
|
||||
class CreateContactUsFormSubmissions extends BaseMigration {
|
||||
|
||||
/**
|
||||
* Change Method.
|
||||
|
||||
Reference in New Issue
Block a user