Example #1
0
 /**
  * Translate a specific key.
  *
  * @param  string  $key
  * @return string
  */
 public function translate($key)
 {
     return $this->form->translate($key, $this);
 }