- minor var modif.

This commit is contained in:
Dave Mc Nicoll 2023-05-12 18:55:46 +00:00
parent 86e641b856
commit c5a42a9093
1 changed files with 1 additions and 4 deletions

View File

@ -11,10 +11,7 @@ class Taxus
$this->gate = $gate; $this->gate = $gate;
} }
/** protected array $list;
* @var array
*/
protected $list;
public function add(...$privileges) : self public function add(...$privileges) : self
{ {