Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Nov 18, 2021
1 parent 6f80f40 commit 85638e9
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 @@ -121,7 +121,7 @@ You can create custom handlers. A valid handler is any class that extends from `

A custom handler class can be used by passing it to `useHandlers` on `Spatie\Dns\Dns`.

```php``
```php
$results = $this->dns
->useHandlers([new YourCustomHandler()])
->getRecords('spatie.be');
Expand Down

0 comments on commit 85638e9

Please sign in to comment.