working on stuff.
This commit is contained in:
@@ -2,13 +2,6 @@
|
||||
|
||||
class Request {
|
||||
|
||||
/**
|
||||
* The Symfony HttpFoundation Request instance.
|
||||
*
|
||||
* @var HttpFoundation\Request
|
||||
*/
|
||||
public static $foundation;
|
||||
|
||||
/**
|
||||
* All of the route instances handling the request.
|
||||
*
|
||||
@@ -16,6 +9,13 @@ class Request {
|
||||
*/
|
||||
public static $route;
|
||||
|
||||
/**
|
||||
* The Symfony HttpFoundation Request instance.
|
||||
*
|
||||
* @var HttpFoundation\Request
|
||||
*/
|
||||
public static $foundation;
|
||||
|
||||
/**
|
||||
* The request data key that is used to indicate a spoofed request method.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user