Closed CyrilMazur closed 3 years ago
The $cookies variable wasn't passed to ->call(...) in the get() and json() methods. This PR fixes it.
$cookies
->call(...)
get()
json()
The
$cookies
variable wasn't passed to->call(...)
in theget()
andjson()
methods. This PR fixes it.