Beispiel #1
0
 /**
  * Stop injecting content into a push section.
  *
  * @return string 
  * @throws \InvalidArgumentException
  * @static 
  */
 public static function stopPush()
 {
     return \Illuminate\View\Factory::stopPush();
 }