FluxBB\Models\ConfigRepository::get PHP Method

get() public method

public get ( $key = null )
    public function get($key = null)
    {
        return array_get($this->data(), $key);
    }