Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0aebf454c7 |
@@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
use Migrations\AbstractMigration;
|
use Migrations\BaseMigration;
|
||||||
|
|
||||||
class CreateContactUsFormSubmissions extends AbstractMigration {
|
class CreateContactUsFormSubmissions extends BaseMigration {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Change Method.
|
* Change Method.
|
||||||
|
|||||||
Reference in New Issue
Block a user