瀏覽代碼

提交用户控制器

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();
 	}