소스 검색

提交用户控制器

superbee 8 년 전
부모
커밋
c7cbf25af1
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Application/Home/Controller/UserController.class.php

+ 0 - 1
Application/Home/Controller/UserController.class.php

@@ -8,7 +8,6 @@ class UserController extends Controller{
 	private $userModel;
 	
 	public function __construct(){
-				
 		
 		$this->userModel = new UserModel();
 	}