@@ -77,7 +77,7 @@ |
||
77 | 77 | |
78 | 78 | $objectManager->flush(); |
79 | 79 | } catch (\Exception $e) { |
80 | - dump($e);die; |
|
80 | + dump($e); die; |
|
81 | 81 | return new SingleResourceResponse(['message' => 'Could not upload an image.'], new ResponseContext(400)); |
82 | 82 | } |
83 | 83 |