diff options
author | Antonio Carlos Ribeiro <acr@antoniocarlosribeiro.com> | 2014-09-22 12:53:31 -0300 |
---|---|---|
committer | Antonio Carlos Ribeiro <acr@antoniocarlosribeiro.com> | 2014-09-22 12:53:31 -0300 |
commit | 705c2ff3e59212636fdfe31405e0e667a4f31514 (patch) | |
tree | ab81fa5d2f8e85a0817b704a69ec90bf40d6aa7c | |
parent | 8eb33a8c6756cbf6aa16469b145c8f7d59e5aea8 (diff) | |
download | google2fa-0.1.0.zip google2fa-0.1.0.tar.gz google2fa-0.1.0.tar.bz2 |
Edit licensev0.1.0
-rw-r--r-- | src/Google2FA.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Google2FA.php b/src/Google2FA.php index ccfe1af..4798b98 100644 --- a/src/Google2FA.php +++ b/src/Google2FA.php @@ -21,12 +21,13 @@ namespace PragmaRX\Google2FA; * See http://www.idontplaydarts.com/2011/07/google-totp-two-factor-authentication-for-php/
* for more details
*
- * @author Phil
+ * @author Phil (Orginal author of this class)
*
* Changes have been made in the original class to remove all static methods and, also,
* provide some other methods.
*
- * @author Antonio Carlos Ribeiro
+ * @package Google2FA
+ * @author Antonio Carlos Ribeiro @ PragmaRX
**/
use PragmaRX\Google2FA\Exceptions\InvalidCharactersException;
|