Example #1
0
 /**
  * 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);
 }