GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Pull Request — develop (#286)
by Dane
02:56
created
app/Http/Controllers/Admin/UserController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
 use Alert;
30 30
 use Illuminate\Http\Request;
31 31
 use Pterodactyl\Models\User;
32
-use Pterodactyl\Models\Server;
33 32
 use Pterodactyl\Exceptions\DisplayException;
34 33
 use Pterodactyl\Http\Controllers\Controller;
35 34
 use Pterodactyl\Repositories\UserRepository;
Please login to merge, or discard this patch.
app/Repositories/SubuserRepository.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,6 @@
 block discarded – undo
25 25
 namespace Pterodactyl\Repositories;
26 26
 
27 27
 use DB;
28
-use Mail;
29
-use Settings;
30 28
 use Validator;
31 29
 use Pterodactyl\Models;
32 30
 use Pterodactyl\Services\UuidService;
Please login to merge, or discard this patch.
app/Http/Controllers/Server/SubuserController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 
25 25
 namespace Pterodactyl\Http\Controllers\Server;
26 26
 
27
-use DB;
28 27
 use Log;
29 28
 use Auth;
30 29
 use Alert;
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/DatabaseController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 
25 25
 namespace Pterodactyl\Http\Controllers\Admin;
26 26
 
27
-use DB;
28 27
 use Log;
29 28
 use Alert;
30 29
 use Pterodactyl\Models;
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/LocationsController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 
25 25
 namespace Pterodactyl\Http\Controllers\Admin;
26 26
 
27
-use DB;
28 27
 use Alert;
29 28
 use Pterodactyl\Models;
30 29
 use Illuminate\Http\Request;
Please login to merge, or discard this patch.