fix dynamic properties
This commit is contained in:
parent
2459b514ab
commit
474c0fba57
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ use Auth\Auth;
|
|||
|
||||
class Admin{
|
||||
|
||||
protected $currentDomain;
|
||||
protected $basePath;
|
||||
function __construct(){
|
||||
$auth = new Auth();
|
||||
$auth->checkAdmin();
|
||||
|
|
Loading…
Reference in a new issue