Exemplo n.º 1
0
 /**
  * Check if there are no active render operations.
  *
  * @return bool 
  * @static 
  */
 public static function doneRendering()
 {
     return \Illuminate\View\Environment::doneRendering();
 }