Skip to content

Commit

Permalink
cma
Browse files Browse the repository at this point in the history
  • Loading branch information
siripravi committed Nov 6, 2024
1 parent 5157d72 commit 97ffdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImgManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 97ffdee

Please sign in to comment.