mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 08:47:52 +00:00
Reverted changes
This commit is contained in:
@@ -309,7 +309,7 @@ class Request
|
||||
|
||||
public function __get($name)
|
||||
{
|
||||
return $this->data[$name];
|
||||
return isset($this->data[$name]) ? $this->data[$name] : null;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user