stan fixes

This commit is contained in:
bs
2026-08-22 02:47:36 -07:00
parent 8e142f56ab
commit 134e23bf98
33 changed files with 179 additions and 218 deletions
@@ -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.