Stub out except property.

This commit is contained in:
Taylor Otwell
2015-04-30 14:18:27 -05:00
parent 88f5182d1f
commit 4e8d5533bd

View File

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