Sfoglia il codice sorgente

提交用户控制器

superbee 8 anni fa
parent
commit
c7cbf25af1
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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();
 	}