/**
  * Get all of the created "drivers".
  *
  * @return array 
  * @static 
  */
 public static function getDrivers()
 {
     //Method inherited from \Illuminate\Support\Manager
     return \Laravel\Socialite\SocialiteManager::getDrivers();
 }