コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Get the IoC container instance.
  *
  * @return \Illuminate\Contracts\Container\Container 
  * @static 
  */
 public static function getContainer()
 {
     return \Illuminate\View\Factory::getContainer();
 }