diff --git a/app/admin/controller/user_ship/UserShipController .php b/app/admin/controller/user_ship/UserShipController.php similarity index 99% rename from app/admin/controller/user_ship/UserShipController .php rename to app/admin/controller/user_ship/UserShipController.php index bac737514..123681b4f 100644 --- a/app/admin/controller/user_ship/UserShipController .php +++ b/app/admin/controller/user_ship/UserShipController.php @@ -90,6 +90,4 @@ class UserShipController extends BaseAdminController $result = UserShipLogic::detail($params); return $this->data($result); } - - -} \ No newline at end of file +}