Skip to content

Commit b41db54

Browse files
author
Justin Hayes
authored
Update readme to use the new middleware path
1 parent a489f4f commit b41db54

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
@@ -57,7 +57,7 @@ Each of the settings above allows for a different level of configuration.
5757
Signed Requests includes a middleware to validate the signature of a request for your automatically. To get started, add the following middleware to the `$routeMiddleware` property of your `app/Http/Kernel.php` file.
5858

5959
```php
60-
'verify-signature' => \SoapBox\SignedRequests\Middlewares\VerifySignature::class
60+
'verify-signature' => \SoapBox\SignedRequests\Middlewares\Laravel\VerifySignature::class
6161
```
6262

6363
### Verify the Signature

0 commit comments

Comments
 (0)