wip
This commit is contained in:
@@ -8,21 +8,18 @@ use Toby\Domain\Slack\Handlers\GiveKeysTo;
|
||||
use Toby\Domain\Slack\Handlers\Help;
|
||||
use Toby\Domain\Slack\Handlers\HomeOffice;
|
||||
use Toby\Domain\Slack\Handlers\KeyList;
|
||||
use Toby\Domain\Slack\Handlers\SaySomething;
|
||||
use Toby\Domain\Slack\Handlers\TakeKeysFrom;
|
||||
|
||||
return [
|
||||
'url' => 'api/slack',
|
||||
'signing_secret' => env('SLACK_SIGNING_SECRET'),
|
||||
'verify_with_signing' => true,
|
||||
'handlers' => [
|
||||
"signing_secret" => env("SLACK_SIGNING_SECRET"),
|
||||
"verify_with_signing" => true,
|
||||
"handlers" => [
|
||||
TakeKeysFrom::class,
|
||||
GiveKeysTo::class,
|
||||
KeyList::class,
|
||||
HomeOffice::class,
|
||||
DailySummary::class,
|
||||
SaySomething::class,
|
||||
Help::class,
|
||||
CatchAll::class
|
||||
CatchAll::class,
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user