svg
This commit is contained in:
parent
7d56eb6e2a
commit
dc0ca534e4
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user