Skip to content

Commit

Permalink
remove call to non-existent parent class
Browse files Browse the repository at this point in the history
  • Loading branch information
ademayo committed Dec 16, 2022
1 parent 5f1e653 commit dac7525
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AvaTax/ATConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public function __construct($name, $values = null)

public function __get($n)
{
if($n == '_ivars') { return parent::__get($n); }
if(isset($this->_ivars[$n]))
{
return $this->_ivars[$n];
Expand Down

0 comments on commit dac7525

Please sign in to comment.