diff options
author | Antonio Carlos Ribeiro <acr@antoniocarlosribeiro.com> | 2014-09-21 20:21:49 -0300 |
---|---|---|
committer | Antonio Carlos Ribeiro <acr@antoniocarlosribeiro.com> | 2014-09-21 20:21:49 -0300 |
commit | ab78e8a037c54eb09d152c337db2c84f7d1c3789 (patch) | |
tree | 903df93905f4ed6ba4af6f4553fd2b860d48eac5 /src | |
parent | d57853065b6e78a9cbb19e9cf9b4e7130bf1e936 (diff) | |
download | google2fa-ab78e8a037c54eb09d152c337db2c84f7d1c3789.zip google2fa-ab78e8a037c54eb09d152c337db2c84f7d1c3789.tar.gz google2fa-ab78e8a037c54eb09d152c337db2c84f7d1c3789.tar.bz2 |
Creating readme
Diffstat (limited to 'src')
-rw-r--r-- | src/Google2FA.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Google2FA.php b/src/Google2FA.php index e65fa03..201e64f 100644 --- a/src/Google2FA.php +++ b/src/Google2FA.php @@ -14,7 +14,7 @@ namespace PragmaRX\Google2FA; * GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* PHP Google two-factor authentication module.
*
@@ -30,6 +30,7 @@ namespace PragmaRX\Google2FA; **/
use Exception;
+
use PragmaRX\Google2FA\Exceptions\InvalidCharactersException;
use PragmaRX\Google2FA\Exceptions\SecretKeyTooShortException;
|