Illuminate\Foundation\ProviderRepository::detectSae PHP 메소드

detectSae() 공개 메소드

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