コード例 #1
0
ファイル: _ide_helper.php プロジェクト: padosoft/laravel5.2.x
 /**
  * Get the config instance.
  *
  * @return \Illuminate\Contracts\Config\Repository 
  * @static 
  */
 public static function getConfig()
 {
     //Method inherited from \GrahamCampbell\Manager\AbstractManager
     return \GrahamCampbell\GitHub\GitHubManager::getConfig();
 }