Exemplo n.º 1
0
 /**
  * Flush all of the section contents.
  *
  * @return void 
  * @static 
  */
 public static function flushSections()
 {
     \Illuminate\View\Environment::flushSections();
 }