refactoring.
This commit is contained in:
@@ -61,7 +61,7 @@ class Redirect extends Response {
|
||||
throw new \Exception('A session driver must be set before setting flash data.');
|
||||
}
|
||||
|
||||
IoC::container()->resolve('laravel.session')->flash($key, $value);
|
||||
IoC::container()->core('session')->flash($key, $value);
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user