Skip to content

Commit a154bd6

Browse files
authored
Merge pull request #27 from Seb33300/patch-1
Fix syntax highlighting
2 parents c18e2b9 + c9c3549 commit a154bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ composer require laravel-notification-channels/microsoft-teams
4747

4848
Next, if you're using Laravel _without_ auto-discovery, add the service provider to `config/app.php`:
4949

50-
```bash
50+
```php
5151
'providers' => [
5252
// ...
5353
NotificationChannels\MicrosoftTeams\MicrosoftTeamsServiceProvider::class,

0 commit comments

Comments
 (0)