fix dynamic properties

This commit is contained in:
Mobina Jafarian 2023-12-20 22:14:29 +03:30
parent 2459b514ab
commit 474c0fba57

View file

@ -8,6 +8,8 @@ use Auth\Auth;
class Admin{
protected $currentDomain;
protected $basePath;
function __construct(){
$auth = new Auth();
$auth->checkAdmin();