Laracasts\Behat\Context\Services\MailTrap::alreadyConfigured PHP Method

alreadyConfigured() protected method

Determine if MailTrap config has been retrieved yet.
protected alreadyConfigured ( ) : boolean
return boolean
    protected function alreadyConfigured()
    {
        return $this->mailTrapApiKey;
    }