You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -97,21 +97,21 @@ private function getSendMessageEndpoint()
97
97
}
98
98
99
99
/**
100
-
* Build the payload to send to the endpoint
100
+
* Build the payload to send to the endpoint.
101
101
*
102
102
* @return array
103
103
*/
104
104
privatefunctionbuildPayload()
105
105
{
106
-
$message = $this->message ?: ($this->task ? ucwords($this->getSystemUser()) . ' ran the [' . $this->task . '] task.' : ucwords($this->getSystemUser()) . ' ran a task.');
106
+
$message = $this->message ?: ($this->task ? ucwords($this->getSystemUser()).' ran the ['.$this->task.'] task.' : ucwords($this->getSystemUser()).' ran a task.');
0 commit comments