cropper = $abstractCrop; } public function cropImage($image, $path) { return $this->cropper->crop($image, $path); } }