Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: QrImageGeneratorInterface.php
<?php namespace Dolondro\GoogleAuthenticator\QrImageGenerator; use Dolondro\GoogleAuthenticator\Secret; interface QrImageGeneratorInterface { public function generateUri(Secret $secret); }