Removed old variable

This commit is contained in:
Graham Campbell 2016-07-20 19:58:49 +01:00
parent f53e466500
commit ef694b027a

View File

@ -24,13 +24,6 @@ class SendSubscriberVerificationEmailHandler
*/ */
protected $mailer; protected $mailer;
/**
* The illuminate config instance.
*
* @var \Illuminate\Contracts\Config\Repository
*/
protected $config;
/** /**
* Create a new send subscriber verification email handler. * Create a new send subscriber verification email handler.
* *