Skip to content

Commit

Permalink
admin_order_search_customer の @route アノテーション追加
Browse files Browse the repository at this point in the history
- テストケースのみで使用されており, 本体では使用されていない模様
  • Loading branch information
nanasess committed Aug 22, 2017
1 parent 9c8c35b commit f58737d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Eccube/Controller/Admin/Order/EditController.php
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ public function index(Application $app, Request $request, $id = null)
/**
* 顧客情報を検索する.
*
* @Route("/{_admin}/order/search/customer", name="admin_order_search_customer")
*
* @param Application $app
* @param Request $request
* @return \Symfony\Component\HttpFoundation\JsonResponse
Expand Down

0 comments on commit f58737d

Please sign in to comment.