Skip to content

Commit

Permalink
fix cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
okazy committed Jul 23, 2018
1 parent 4fff61c commit 6659046
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Eccube/Controller/Admin/Order/ShippingController.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ public function __construct(
*/
public function index(Request $request, Order $Order)
{
dump($_POST);
$TargetShippings = $Order->getShippings();
$OriginShippings = [];
$OriginOrderItems = [];
Expand Down

0 comments on commit 6659046

Please sign in to comment.