Skip to content

Commit

Permalink
Update USE_CASES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Nov 30, 2023
1 parent 53183ae commit 2c5694e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions USE_CASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,9 @@ The SendGrid object can also be used to set the region to "eu", which will send

$sendgrid = new \SendGrid(getenv('SENDGRID_API_KEY'));
$sendgrid->setDataResidency("eu");

OR

$sendgrid->setDataResidency("global");
```

Expand Down

0 comments on commit 2c5694e

Please sign in to comment.