Przeglądaj źródła

提交用户控制器

superbee 8 lat temu
rodzic
commit
c7cbf25af1

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