File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ Logging and notifications for Laravel console commands.
28
28
- [ File channel] ( #file-channel )
29
29
- [ Notification channels] ( #notification-channels )
30
30
- [ Email channel] ( #email-channel )
31
- - [ Slack channel] ( #slack-channel )
32
31
- [ Database channel] ( #database-channel )
33
32
- [ Error handling] ( #error-handling )
34
33
- [ Custom exceptions] ( #custom-exceptions )
@@ -189,12 +188,6 @@ class ExampleCommand extends Command
189
188
}
190
189
```
191
190
192
- ### Slack channel
193
-
194
- Slack channel provides notifications via Slack.
195
-
196
- This channel is not implemented yet. If you need it, let [me](mailto:[email protected] ) know and I' ll try to make it faster.
197
-
198
191
### Database channel
199
192
200
193
Database channel provides saving of notifications into the database.
You can’t perform that action at this time.
0 commit comments