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
Pull Request — master (#1558)
by Cristian
03:44
created
src/CrudServiceProvider.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Backpack\CRUD;
4 4
 
5
-use Route;
6 5
 use GuzzleHttp\Client;
7
-use Illuminate\Support\ServiceProvider;
8 6
 use GuzzleHttp\Exception\GuzzleException;
7
+use Illuminate\Support\ServiceProvider;
9 8
 
10 9
 class CrudServiceProvider extends ServiceProvider
11 10
 {
Please login to merge, or discard this patch.