antonioribeiro / google2fa-qrcode

QRCode for Google2FA
MIT License
106 stars 25 forks source link

Add missing import for interface #17

Closed mrtus closed 3 years ago

mrtus commented 3 years ago

The import of this interface is missing causing developertools such as PHPStan to fail its checks because it thinks the interface is in the same namespace as the Google2FA class.

Adding the missing import should resolve this issue.

antonioribeiro commented 3 years ago

Nice, thank you!