Exemplo n.º 1
0
 /**
  * Get the string contents of a section.
  *
  * @param string $section
  * @param string $default
  * @return string 
  * @static 
  */
 public static function yieldContent($section, $default = '')
 {
     return \Illuminate\View\Environment::yieldContent($section, $default);
 }