Skip to content

Commit

Permalink
Remove laravel/slack-notification-channel
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Jan 24, 2024
1 parent 78e7175 commit 3066509
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 65 deletions.
2 changes: 1 addition & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function bootMacros()
public function bootHorizon()
{
Horizon::routeMailNotificationsTo($horizonEmail = config('lio.horizon.email'));
Horizon::routeSlackNotificationsTo(config('lio.horizon.webhook'));
// Horizon::routeSlackNotificationsTo(config('lio.horizon.webhook'));

Horizon::auth(function ($request) {
return auth()->check() && auth()->user()->isAdmin();
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"laravel/framework": "^10.0",
"laravel/horizon": "^5.12",
"laravel/sanctum": "^3.2",
"laravel/slack-notification-channel": "^2.5",
"laravel/socialite": "^5.6",
"laravel/tinker": "^2.8",
"laravel/ui": "^4.2",
Expand Down
65 changes: 2 additions & 63 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3066509

Please sign in to comment.