Skip to content

Commit

Permalink
removed unnecessary vars
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodraut committed Oct 18, 2017
1 parent b9de308 commit facd3fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/YesAuthority.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ class YesAuthority
3 => 'DB_ROLE'
];

protected $checkEntity = null;
protected $configEntity = null;
protected $entityPermissions = [];

Expand Down Expand Up @@ -1181,7 +1180,6 @@ private function initialize() {
$this->isDirectChecked = true;
$this->levelsModified = false;
$this->filterTypes = ['all'];
$this->checkEntity = null;
$this->configEntity = null;
}

Expand Down

0 comments on commit facd3fe

Please sign in to comment.