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

This commit is contained in:
bs
2026-08-26 21:09:01 -07:00
parent 55303305de
commit 0aebf454c7
@@ -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.