Skip to content

Commit

Permalink
fix manager path
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroberto committed Aug 5, 2020
1 parent ffc55a6 commit e40d816
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Controller/Admin/Media/AjaxController.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public function __construct(ParameterBagInterface $params)
$this->params = $params;
}


public function ajaxCrop(Request $request)
{
$post = $request->request;
Expand All @@ -43,8 +42,6 @@ public function ajaxCrop(Request $request)
$destinationFolder = $artgrisConf['dir'];
}

dump($destinationFolder);


$flipX = $scaleX !== 1;
$flipY = $scaleY !== 1;
Expand Down

0 comments on commit e40d816

Please sign in to comment.