소스 검색

test namespace

stanley-king 2 년 전
부모
커밋
b3b33e9b4b
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      mobile/control/refill.php

+ 0 - 2
mobile/control/refill.php

@@ -5,8 +5,6 @@ require_once(BASE_HELPER_PATH . '/refill/RefillFactory.php');
 require_once(BASE_HELPER_PATH . '/mtopcard/mtopcard.php');
 require_once(BASE_HELPER_PATH . '/model/member_info.php');
 
-use refill;
-
 //商家充值接口中心
 class refillControl extends merchantControl
 {