Skip to content

Commit 3854985

Browse files
authored
Merge pull request #29 from devcircus/protected-command-properties
Change Command server property to protected.
2 parents a438d15 + f5f75e7 commit 3854985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DumpServerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class DumpServerCommand extends Command
3434
*
3535
* @var \Symfony\Component\VarDumper\Server\DumpServer
3636
*/
37-
private $server;
37+
protected $server;
3838

3939
/**
4040
* DumpServerCommand constructor.

0 commit comments

Comments
 (0)