Commit b22a1f48 authored by Taylor Otwell's avatar Taylor Otwell

Fix typo.

parent 4e8d5533
...@@ -6,7 +6,7 @@ use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier; ...@@ -6,7 +6,7 @@ use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier;
class VerifyCsrfToken extends 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 * @var array
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment