We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4ce10 commit 0c46d76Copy full SHA for 0c46d76
1 file changed
src/WampClient.php
@@ -35,7 +35,7 @@ class WampClient
35
public function __construct(Debug $debug, $cfg = array())
36
{
37
$this->debug = $debug;
38
- $this->request = $debug->request;
+ $this->request = $debug->serverRequest;
39
$this->cfg = \array_merge(array(
40
'jquery' => '//ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js',
41
'bootstrapJs' => '//stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js',
0 commit comments