This commit is contained in:
afornerot 2024-12-26 20:18:03 +01:00
parent 7d56eb6e2a
commit dc0ca534e4

View File

@ -63,7 +63,6 @@ class UploadController extends AbstractController
if ($form->isSubmitted() && $form->isValid()) {
$data = $form->getData();
$toReport = true;
dump($data);
$this->imageService->cropImage($image, $thumb, $data['x1'], $data['y1'], $data['w'], $data['h'], 150, 150);
}