working on stuff.

This commit is contained in:
Taylor Otwell
2012-03-28 22:06:56 -05:00
parent 89766bef84
commit ad41be0eed
2 changed files with 7 additions and 10 deletions

View File

@@ -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.
*