Skip to content

Commit 594d5f0

Browse files
authored
Merge pull request #36 from jack-worman/Fix-dynamic-property
Fix-dynamic-property Laminas\XmlRpc\Server::$system
2 parents 3b7d641 + ae33b54 commit 594d5f0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Server.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,13 @@ class Server extends AbstractServer
144144
*/
145145
protected $response;
146146

147+
/**
148+
* @internal
149+
*
150+
* @var Server\System
151+
*/
152+
public $system;
153+
147154
/**
148155
* Constructor
149156
*

0 commit comments

Comments
 (0)