Browse Source

提交用户控制器

superbee 8 năm trước cách đây
mục cha
commit
c7cbf25af1
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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();
 	}