Fix typo.

This commit is contained in:
Taylor Otwell
2015-04-30 14:19:00 -05:00
parent 4e8d5533bd
commit b22a1f48c8

View File

@@ -6,7 +6,7 @@ use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier;
class VerifyCsrfToken extends BaseVerifier
{
/**
* The URIs that shoudl be excluded from CSRF verification.
* The URIs that should be excluded from CSRF verification.
*
* @var array
*/