@@ -46,7 +46,7 @@ |
||
| 46 | 46 | /** |
| 47 | 47 | * Execute the console command. |
| 48 | 48 | * |
| 49 | - * @return void |
|
| 49 | + * @return null|integer |
|
| 50 | 50 | */ |
| 51 | 51 | public function handle() |
| 52 | 52 | { |
@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace Sausin\Signere\Console; |
| 4 | 4 | |
| 5 | 5 | use Exception; |
| 6 | -use Sausin\Signere\ApiKey; |
|
| 7 | 6 | use Illuminate\Console\Command; |
| 7 | +use Sausin\Signere\ApiKey; |
|
| 8 | 8 | |
| 9 | 9 | class RenewCommand extends Command |
| 10 | 10 | { |