antonioribeiro / google2fa-qrcode

QRCode for Google2FA
MIT License
106 stars 25 forks source link

Fixed variable name `imageBackEnd` as `imageBackend` #15

Closed eusonlito closed 3 years ago

eusonlito commented 3 years ago

Using PragmaRX\Google2FAQRCode\QRCode\Back::__construct to set a imageBackend doesn't work because the variable name isn't same as used in getImageBackend.

Renamed $this->imageBackend to $this->imageBackEnd as is defined in class header protected $imageBackEnd;.