call to undefined method illuminate 5csession 5cstore 3a 3aset 28 29

Solutions on MaxInterview for call to undefined method illuminate 5csession 5cstore 3a 3aset 28 29 by the best coders in the world

showing results for - "call to undefined method illuminate 5csession 5cstore 3a 3aset 28 29"
Alice
21 Feb 2018
1Replacing
2
3 \Session::set('u2f.registerData', $req);
4
5WIth
6
7session(['u2f.registerData' => $req]);
8
9Works