Skip to content

Commit 0c46d76

Browse files
committed
$debug->serverRequest vs $debug->request
1 parent 5e4ce10 commit 0c46d76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/WampClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class WampClient
3535
public function __construct(Debug $debug, $cfg = array())
3636
{
3737
$this->debug = $debug;
38-
$this->request = $debug->request;
38+
$this->request = $debug->serverRequest;
3939
$this->cfg = \array_merge(array(
4040
'jquery' => '//ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js',
4141
'bootstrapJs' => '//stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js',

0 commit comments

Comments
 (0)