Bug fix patch
- Fixed Session::set issue reported on Bugnsag added exapmle.env again
This commit is contained in:

committed by
Manish Verma

parent
eba2c987a2
commit
2ebf32b96e
@@ -615,7 +615,7 @@ class FormController extends Controller
|
||||
{
|
||||
$form = self::getSession();
|
||||
$form++;
|
||||
\Session::set('fromid', $form);
|
||||
\Session::put('fromid', $form);
|
||||
}
|
||||
|
||||
public static function getSession()
|
||||
|
Reference in New Issue
Block a user