From 97ffdeead3fb416295aa17f4afe6e38e024651b9 Mon Sep 17 00:00:00 2001 From: provdigi Date: Wed, 6 Nov 2024 08:47:22 +0530 Subject: [PATCH] cma --- src/components/ImgManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ImgManager.php b/src/components/ImgManager.php index 8b055f4..da9d876 100644 --- a/src/components/ImgManager.php +++ b/src/components/ImgManager.php @@ -149,7 +149,7 @@ public function save($file, $reference, $fkId=null,$fkClass=null,$path = null) } } - public function update($file, $reference,,$fkId=null,$fkClass=null,$path='') + public function update($file, $reference,$fkId=null,$fkClass=null,$path='') { $trx = \Yii::$app->db->beginTransaction();