コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Stop injecting content into a section and append it.
  *
  * @return string 
  * @throws \InvalidArgumentException
  * @static 
  */
 public static function appendSection()
 {
     return \Illuminate\View\Factory::appendSection();
 }