Clockwork\Web\Support\Laravel\ClockworkWebSupport::getConfig PHP Method

getConfig() public method

public getConfig ( $key, $default = null )
    public function getConfig($key, $default = null)
    {
        return $this->app['config']->get("clockwork-web.{$key}", $default);
    }