コード例 #1
0
ファイル: Factory.php プロジェクト: codenest/ahem
 /**
  * Sets the congifuration settings of the given default notification.
  *
  * @param \Codenest\Ahem\Notification $notification
  *
  * @return \Codenest\Ahem\Notification
  */
 protected function configureDefault(Notification $notification)
 {
     $settings = $this->config->getSettings($notification->getType());
     return $notification->configure($settings);
 }