Exemplo n.º 1
0
 /**
  * Stop injecting content into a section and append it.
  *
  * @return string 
  * @static 
  */
 public static function appendSection()
 {
     return \Illuminate\View\Environment::appendSection();
 }