Ejemplo n.º 1
0
 /**
  * Get all of the created "drivers".
  *
  * @return array 
  * @static 
  */
 public static function getDrivers()
 {
     //Method inherited from \Illuminate\Support\Manager
     return \Illuminate\Notifications\ChannelManager::getDrivers();
 }