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
Push — master ( 83a80c...1e0ac8 )
by Alireza
01:30
created
src/controllers/PermissionController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Serverfireteam\Panel;
4 4
 
5 5
 use Serverfireteam\Panel\CrudController;
6
-use Spatie\Permission\Models\Role;
7 6
 use Spatie\Permission\Models\Permission;
8 7
 
9 8
 class PermissionController extends CrudController {
Please login to merge, or discard this patch.
src/database/migrations/2015_02_20_130902_create_url_table.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Illuminate\Database\Schema\Blueprint;
4 3
 use Illuminate\Database\Migrations\Migration;
5 4
 
6 5
 class CreateUrlTable extends Migration {
Please login to merge, or discard this patch.