Commit d07a5173 authored by Mark Harding's avatar Mark Harding

(fix): Wrong name for referrals delegate

-subdomain=rockyracoon
No related merge requests found
Pipeline #68546311 failed with stages
in 11 minutes and 33 seconds
......@@ -74,7 +74,7 @@ class Join
$this->joinedValidator = $joinedValidator ?: Di::_()->get('Rewards\JoinedValidator');
$this->ofacBlacklist = $ofacBlacklist ?: Di::_()->get('Rewards\OfacBlacklist');
$this->testnetBalance = $testnetBalance ?: Di::_()->get('Blockchain\Wallets\OffChain\TestnetBalance');
$this->referralDelegate = $referralDelegate ?: new Join\Delegates\ReferralDelegate;
$this->referralDelegate = $referralDelegate ?: new Delegates\ReferralDelegate;
}
public function setUser(&$user)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment