mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:37:52 +00:00
InputFile now inherits from InputItem
This commit is contained in:
@@ -7,7 +7,7 @@ class InputItem {
|
||||
protected $name;
|
||||
protected $value;
|
||||
|
||||
public function __construct($index, $value) {
|
||||
public function __construct($index, $value = null) {
|
||||
$this->index = $index;
|
||||
$this->value = $value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user