BookStack\Notifications\ConfirmEmail::__construct PHP Method

__construct() public method

Create a new notification instance.
public __construct ( string $token )
$token string
    public function __construct($token)
    {
        $this->token = $token;
    }