refactoring routing and class comments.
This commit is contained in:
@@ -157,7 +157,7 @@ class Form {
|
||||
throw new \Exception("A session driver must be specified before using CSRF tokens.");
|
||||
}
|
||||
|
||||
return Session\Manager::$payload->get('csrf_token');
|
||||
return Session\Manager::get('csrf_token');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user