Illuminate\Foundation\ProviderRepository::detectSae PHP Method

detectSae() public method

Determine wether we are running on SAE
public detectSae ( ) : boolean
return boolean
    public function detectSae()
    {
        return defined('SAE_ACCESSKEY') and substr(SAE_ACCESSKEY, 0, 4) != 'kapp';
    }