Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Push — master ( 1c105c...405227 )
by Mark
04:29 queued 01:59
created
app/Providers/InstanceServiceProvider.php 1 patch
Unused Use Statements   +4 added lines, -6 removed lines patch added patch discarded remove patch
@@ -2,16 +2,14 @@
 block discarded – undo
2 2
 
3 3
 namespace App\Providers;
4 4
 
5
-use Exception;
6
-use App\Model\Plugin;
7
-use App\Model\Setting;
8 5
 use App\Classes\PluginManager;
6
+use App\Classes\Repositories\PluginRepository;
7
+use App\Classes\Repositories\SettingsRepository;
9 8
 use App\Classes\SettingsManager;
10
-use Illuminate\Foundation\Application;
11 9
 use App\Exceptions\EngineBootException;
10
+use Exception;
11
+use Illuminate\Foundation\Application;
12 12
 use Illuminate\Support\ServiceProvider;
13
-use App\Classes\Repositories\PluginRepository;
14
-use App\Classes\Repositories\SettingsRepository;
15 13
 
16 14
 /**
17 15
  * Created by PhpStorm.
Please login to merge, or discard this patch.