Chrisbjr\ApiGuard\Providers\ApiGuardServiceProvider::config PHP 메소드

config() 보호된 메소드

Helper to get the config values.
protected config ( string $key, string $default = null ) : mixed
$key string
$default string
리턴 mixed
    protected function config($key, $default = null)
    {
        return config("apiguard.{$key}", $default);
    }