Beispiel #1
0
 /**
  * Pop a loop from the top of the loop stack.
  *
  * @return void
  * @static
  */
 public static function popLoop()
 {
     \Illuminate\View\Factory::popLoop();
 }