suppression dump
This commit is contained in:
@@ -77,7 +77,6 @@ class CropController extends AbstractController
|
|||||||
|
|
||||||
// Cacul de la largeur
|
// Cacul de la largeur
|
||||||
protected function getWidth($image) {
|
protected function getWidth($image) {
|
||||||
dump($image);
|
|
||||||
$size = getimagesize($image);
|
$size = getimagesize($image);
|
||||||
$width = $size[0];
|
$width = $size[0];
|
||||||
return $width;
|
return $width;
|
||||||
|
Reference in New Issue
Block a user