From 5bb1110e7fd0e2d36de6ac56c7c5d9047df2aa9f Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Sun, 29 Jun 2025 21:54:46 -0700 Subject: [PATCH] migration file name fix --- .../Migrations/20250629054627_CreateProductCategoryVariants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Migrations/20250629054627_CreateProductCategoryVariants.php b/config/Migrations/20250629054627_CreateProductCategoryVariants.php index b6dcd00..1ac8e8f 100644 --- a/config/Migrations/20250629054627_CreateProductCategoryVariants.php +++ b/config/Migrations/20250629054627_CreateProductCategoryVariants.php @@ -3,7 +3,7 @@ declare(strict_types=1); use Migrations\AbstractMigration; -class CreateProductCategoryAttributes extends AbstractMigration +class CreateProductCategoryVariants extends AbstractMigration { /** * Change Method.