diff --git a/models/Product.php b/models/Product.php index d9586ba..0754623 100755 --- a/models/Product.php +++ b/models/Product.php @@ -138,7 +138,7 @@ 'model' => ProductImage::className(), 'config' => [ 'caption' => 'image', - 'delete_action' => '/product/manage/delete-image', + 'delete_action' => '/ecommerce/manage/delete-image', 'id' => 'id', ], ], -- libgit2 0.21.4