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