Updated documentation

This commit is contained in:
Simon Sessingø
2016-11-19 19:37:59 +01:00
parent 87d619ca24
commit 9922dcc552
+1 -1
View File
@@ -357,7 +357,7 @@ Add the property ```except``` with an array of the urls to the routes you would
Querystrings are ignored.
```php
use Pecee\Http\Middlewares\BaseCsrfVerifier;
use Pecee\Http\Middleware\BaseCsrfVerifier;
class CsrfVerifier extends BaseCsrfVerifier {