Stub out except property.

This commit is contained in:
Taylor Otwell 2015-04-30 14:18:27 -05:00
parent 88f5182d1f
commit 4e8d5533bd
1 changed files with 9 additions and 0 deletions

View File

@ -5,6 +5,15 @@
class VerifyCsrfToken extends BaseVerifier
{
/**
* The URIs that shoudl be excluded from CSRF verification.
*
* @var array
*/
protected $except = [
//
];
/**
* Handle an incoming request.
*