Reorganize code for PSR and others code prettify.
This commit is contained in:
@ -39,7 +39,8 @@ class Request extends Neuron {
|
||||
*
|
||||
* @param string $path Ruta actual tomando como raíz la instalación de DuckBrain.
|
||||
*/
|
||||
public function __construct(string $path = '/') {
|
||||
public function __construct(string $path = '/')
|
||||
{
|
||||
$this->path = $path;
|
||||
$this->get = new Neuron($_GET);
|
||||
$this->post = new Neuron($_POST);
|
||||
|
Reference in New Issue
Block a user