Пример #1
0
 /**
  * Generate the payload for the slack config.
  */
 private function generatePayloadForSlackConfig()
 {
     $this->setChannel();
     if ($this->slackConfig->hasCustomUser()) {
         $this->generatePayloadForCustomUser();
     }
 }