コード例 #1
0
ファイル: _ide_helper.php プロジェクト: padosoft/laravel5.2.x
 /**
  * Disconnect from the given connection.
  *
  * @param string $name
  * @return void 
  * @static 
  */
 public static function disconnect($name = null)
 {
     //Method inherited from \GrahamCampbell\Manager\AbstractManager
     \GrahamCampbell\GitHub\GitHubManager::disconnect($name);
 }