Skip to content

Commit

Permalink
Merge pull request #25 from Douglasdc3/patch-1
Browse files Browse the repository at this point in the history
Fix missing semi-colon in README
  • Loading branch information
Tob0t committed Jul 7, 2023
2 parents 0b1eb00 + 26b0d7a commit 6649426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Instead of adding the `to($url)` method for the recipient you can also add the `
```php
public function routeNotificationForMicrosoftTeams(Notification $notification)
{
return config('services.microsoft_teams.sales_url')
return config('services.microsoft_teams.sales_url');
}
```

Expand Down

0 comments on commit 6649426

Please sign in to comment.