CostaRico / yii2-images

Yii2-images - behavior-based module for resizing, storing, caching and attaching images.
160 stars 97 forks source link

Error in docs (Details, getting images) #19

Open arogachev opened 9 years ago

arogachev commented 9 years ago

In Details section:

$model->removeImages(); //returns array with images

should be

$model->getImages(); //returns array with images