예제 #1
0
 /**
  * Get an instance of the first loop in the stack.
  *
  * @return array
  * @static
  */
 public static function getFirstLoop()
 {
     return \Illuminate\View\Factory::getFirstLoop();
 }