continued refactoring.
This commit is contained in:
@@ -9,13 +9,6 @@ class Request {
|
||||
*/
|
||||
public $server;
|
||||
|
||||
/**
|
||||
* The $_POST array for the request.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
private $post;
|
||||
|
||||
/**
|
||||
* The route handling the current request.
|
||||
*
|
||||
@@ -23,6 +16,13 @@ class Request {
|
||||
*/
|
||||
public $route;
|
||||
|
||||
/**
|
||||
* The $_POST array for the request.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
private $post;
|
||||
|
||||
/**
|
||||
* The base URL of the application.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user