Пример #1
0
 /**
  * Delete just the crops, leave the source image
  *
  * @param string $url URL of src image
  * @return void
  * @see Bkwld\Croppa\Storage::deleteCrops()
  */
 public function reset($url)
 {
     $path = $this->url->relativePath($url);
     $this->storage->deleteCrops($path);
 }