Skip to content

Commit

Permalink
Removes the unused global class aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
rajabishek committed Feb 7, 2016
1 parent edb7af6 commit 5f5bf71
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bootstrap/app.php
Expand Up @@ -27,13 +27,6 @@
$app->configure('jwt');
$app->withEloquent();

/** This gives you finer control over the payloads you create if you require it.
*
* Source: https://github.com/tymondesigns/jwt-auth/wiki/Installation
*/
class_alias(Tymon\JWTAuth\Facades\JWTAuth::class, 'JWTAuth');
class_alias(Tymon\JWTAuth\Facades\JWTFactory::class, 'JWTFactory');

/*
|--------------------------------------------------------------------------
| Register Container Bindings
Expand Down

0 comments on commit 5f5bf71

Please sign in to comment.