Commit 35aa9b3c by zhufx

修复init冲突

parent 9e1e92aa
<?php
namespace Hdll\Services\Common\Controller;
use Hdll\Services\Common\Entity\User;
/**
......@@ -10,16 +9,7 @@ use Hdll\Services\Common\Entity\User;
class BaseController
{
public function __construct()
{
User::getIns(2);
$this->init();
}
protected function init()
{
}
/**
* 业务层-错误时响应
......
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