@@ -7,10 +7,8 @@ |
||
| 7 | 7 | use App\Model\User; |
| 8 | 8 | use App\Model\AccessToken; |
| 9 | 9 | use App\Model\RefreshToken; |
| 10 | - |
|
| 11 | 10 | use Slim\Http\Request; |
| 12 | 11 | use Slim\Http\Response; |
| 13 | - |
|
| 14 | 12 | use App\Common\JsonException; |
| 15 | 13 | |
| 16 | 14 | class TokenController extends BaseController |
@@ -3,9 +3,7 @@ |
||
| 3 | 3 | namespace App\Console\Commands; |
| 4 | 4 | |
| 5 | 5 | use Symfony\Component\Console\Command\Command; |
| 6 | -use Symfony\Component\Console\Input\InputArgument; |
|
| 7 | 6 | use Symfony\Component\Console\Input\InputInterface; |
| 8 | -use Symfony\Component\Console\Input\InputOption; |
|
| 9 | 7 | use Symfony\Component\Console\Output\OutputInterface; |
| 10 | 8 | |
| 11 | 9 | /** |
@@ -3,9 +3,7 @@ |
||
| 3 | 3 | namespace App\Console\Commands; |
| 4 | 4 | |
| 5 | 5 | use Symfony\Component\Console\Command\Command; |
| 6 | -use Symfony\Component\Console\Input\InputArgument; |
|
| 7 | 6 | use Symfony\Component\Console\Input\InputInterface; |
| 8 | -use Symfony\Component\Console\Input\InputOption; |
|
| 9 | 7 | use Symfony\Component\Console\Output\OutputInterface; |
| 10 | 8 | |
| 11 | 9 | /** |