Commit 820f7069 authored by hujun's avatar hujun

经纪人表

parent 49a24149
...@@ -22,7 +22,7 @@ class Login extends Basic ...@@ -22,7 +22,7 @@ class Login extends Basic
public function __construct($request = null) public function __construct($request = null)
{ {
parent::__construct($request); parent::__construct($request);
$this->loginAgent=new AAgents(); $this->loginAgent=new Agents();
$this->authRule=new AuthRule(); $this->authRule=new AuthRule();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment