This commit is contained in:
Laurent Destailleur 2019-07-15 23:25:42 +02:00
parent 6c23154a91
commit ea349de081
2 changed files with 13 additions and 2 deletions

View File

@ -27,6 +27,15 @@ With
ESCPOS:
-------
Replace
private $connector;
With
protected $connector;
NUSOAP: NUSOAP:
------- -------
* In file nusoap.php, to avoid a warning, * In file nusoap.php, to avoid a warning,

View File

@ -144,9 +144,11 @@ class Escpos {
/** /**
* @var PrintConnector * @var PrintConnector
* @CHANGE
*/ */
private $connector; protected $connector;
// private $connector;
/** /**
* @var AbstractCapabilityProfile * @var AbstractCapabilityProfile
*/ */