Owl\Services\MailNotifyService::__construct PHP Method

__construct() public method

public __construct ( Owl\Repositories\UserMailNotificationRepositoryInterface $userMailNotification )
$userMailNotification Owl\Repositories\UserMailNotificationRepositoryInterface
    public function __construct(UserMailNotificationRepository $userMailNotification)
    {
        $this->mailNotify = $userMailNotification;
    }