config() public method

public config ( $key = null, $default = null )
 public function postYandexKey()
 {
     return \Response::json(array('status' => 'ok', 'yandex_key' => $this->manager->config('yandex_translator_key', null)));
 }