예제 #1
0
 /**
  * Destroys image resource and frees memory
  *
  * @return void 
  * @static 
  */
 public static function destroy()
 {
     \Intervention\Image\Image::destroy();
 }