예제 #1
0
 /**
  * Set the default channel driver name.
  *
  * @param string $channel
  * @return void 
  * @static 
  */
 public static function deliverVia($channel)
 {
     \Illuminate\Notifications\ChannelManager::deliverVia($channel);
 }