summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/JWT.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/JWT.php b/src/JWT.php
index 855b742..d1a108f 100644
--- a/src/JWT.php
+++ b/src/JWT.php
@@ -2,6 +2,7 @@
namespace Firebase\JWT;
use \DomainException;
+use \UnexpectedValueException;
use \DateTime;
/**