File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
namespace Dingo \Api \Auth \Provider ;
4
4
5
5
use Exception ;
6
- use Tymon \JWTAuth \JWTAuth ;
6
+ use PHPOpenSourceSaver \JWTAuth \JWTAuth ;
7
7
use Dingo \Api \Routing \Route ;
8
8
use Illuminate \Http \Request ;
9
- use Tymon \JWTAuth \Exceptions \JWTException ;
9
+ use PHPOpenSourceSaver \JWTAuth \Exceptions \JWTException ;
10
10
use Symfony \Component \HttpKernel \Exception \UnauthorizedHttpException ;
11
11
12
12
class JWT extends Authorization
13
13
{
14
14
/**
15
15
* The JWTAuth instance.
16
16
*
17
- * @var \Tymon \JWTAuth\JWTAuth
17
+ * @var \PHPOpenSourceSaver \JWTAuth\JWTAuth
18
18
*/
19
19
protected $ auth ;
20
20
21
21
/**
22
22
* Create a new JWT provider instance.
23
23
*
24
- * @param \Tymon \JWTAuth\JWTAuth $auth
24
+ * @param \PHPOpenSourceSaver \JWTAuth\JWTAuth $auth
25
25
*
26
26
* @return void
27
27
*/
You can’t perform that action at this time.
0 commit comments