fixing bugs and refactoring.
This commit is contained in:
@@ -7,7 +7,7 @@ class Input {
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected static $input;
|
||||
public static $input;
|
||||
|
||||
/**
|
||||
* The key used to store old input in the session.
|
||||
@@ -16,17 +16,6 @@ class Input {
|
||||
*/
|
||||
const old_input = 'laravel_old_input';
|
||||
|
||||
/**
|
||||
* Set the input for the current request.
|
||||
*
|
||||
* @param array $input
|
||||
* @return void
|
||||
*/
|
||||
public static function set($input)
|
||||
{
|
||||
static::$input = $input;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get all of the input data for the request.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user