wip
This commit is contained in:
		| @@ -1,9 +1,15 @@ | ||||
| <?php | ||||
|  | ||||
| use Toby\Domain\Slack\GiveKeysTo; | ||||
| use Toby\Domain\Slack\HomeOffice; | ||||
| use Toby\Domain\Slack\KeyList; | ||||
| use Toby\Domain\Slack\TakeKeysFrom; | ||||
| declare(strict_types=1); | ||||
|  | ||||
| use Toby\Domain\Slack\Handlers\CatchAll; | ||||
| use Toby\Domain\Slack\Handlers\DailySummary; | ||||
| 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', | ||||
| @@ -14,7 +20,9 @@ return [ | ||||
|         GiveKeysTo::class, | ||||
|         KeyList::class, | ||||
|         HomeOffice::class, | ||||
|         Spatie\SlashCommand\Handlers\Help::class, | ||||
|         Spatie\SlashCommand\Handlers\CatchAll::class, | ||||
|         DailySummary::class, | ||||
|         SaySomething::class, | ||||
|         Help::class, | ||||
|         CatchAll::class | ||||
|     ], | ||||
| ]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user