コード例 #1
0
ファイル: _ide_helper.php プロジェクト: jorzhikgit/MLM-Nexus
 /**
  * Set the view finder instance.
  *
  * @return void 
  * @static 
  */
 public static function setFinder($finder)
 {
     \Illuminate\View\Environment::setFinder($finder);
 }