Commit 9b785fd7 authored by Taylor Otwell's avatar Taylor Otwell

Update csrf_token constant.

parent e4fce8e4
......@@ -155,7 +155,7 @@ class Form {
{
$token = IoC::core('session')->token();
return static::input('hidden', Session::token, $token);
return static::input('hidden', Session::csrf_token, $token);
}
/**
......
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