FIX #11498
This commit is contained in:
parent
6c23154a91
commit
ea349de081
@ -27,6 +27,15 @@ With
|
||||
|
||||
|
||||
|
||||
ESCPOS:
|
||||
-------
|
||||
Replace
|
||||
private $connector;
|
||||
With
|
||||
protected $connector;
|
||||
|
||||
|
||||
|
||||
NUSOAP:
|
||||
-------
|
||||
* In file nusoap.php, to avoid a warning,
|
||||
|
||||
@ -144,9 +144,11 @@ class Escpos {
|
||||
|
||||
/**
|
||||
* @var PrintConnector
|
||||
* @CHANGE
|
||||
*/
|
||||
private $connector;
|
||||
|
||||
protected $connector;
|
||||
// private $connector;
|
||||
|
||||
/**
|
||||
* @var AbstractCapabilityProfile
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user