diff --git a/src/YesAuthority.php b/src/YesAuthority.php index 2536e42..42e4714 100644 --- a/src/YesAuthority.php +++ b/src/YesAuthority.php @@ -76,7 +76,6 @@ class YesAuthority 3 => 'DB_ROLE' ]; - protected $checkEntity = null; protected $configEntity = null; protected $entityPermissions = []; @@ -1181,7 +1180,6 @@ private function initialize() { $this->isDirectChecked = true; $this->levelsModified = false; $this->filterTypes = ['all']; - $this->checkEntity = null; $this->configEntity = null; }