#116 - cs fix
This commit is contained in:
parent
f95739ecb1
commit
8726b81a66
@ -62,17 +62,17 @@ class SendDailySummaryToSlack extends Command
|
|||||||
return "{$this->getSlackBaseUrl()}/chat.postMessage";
|
return "{$this->getSlackBaseUrl()}/chat.postMessage";
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getSlackBaseUrl(): string
|
protected function getSlackBaseUrl(): ?string
|
||||||
{
|
{
|
||||||
return config("services.slack.url");
|
return config("services.slack.url");
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getSlackClientToken(): string
|
protected function getSlackClientToken(): ?string
|
||||||
{
|
{
|
||||||
return config("services.slack.client_token");
|
return config("services.slack.client_token");
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getSlackChannel(): string
|
protected function getSlackChannel(): ?string
|
||||||
{
|
{
|
||||||
return config("services.slack.default_channel");
|
return config("services.slack.default_channel");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user