stan fixes
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
use Migrations\AbstractMigration;
|
||||
use Migrations\BaseMigration;
|
||||
|
||||
class CreateProducts extends AbstractMigration {
|
||||
class CreateProducts extends BaseMigration {
|
||||
|
||||
/**
|
||||
* Change Method.
|
||||
|
||||
Reference in New Issue
Block a user