Great work,
There is issue when I update my model, there is no option to crop the uploaded image again and If I click on update button I got this error in my Model, at line 74
72 public function afterSave($insert, $changedAttributes) {
73 // open image
74 $image = Image::getImagine()->open($this->icon->tempName);
Hi,
Great work, There is issue when I update my model, there is no option to crop the uploaded image again and If I click on update button I got this error in my Model, at line 74
72 public function afterSave($insert, $changedAttributes) { 73 // open image 74 $image = Image::getImagine()->open($this->icon->tempName);