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 ( 75a6f5...ba3e93 )
by Cristian
05:51
created
src/app/Http/Controllers/LogController.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -1,12 +1,7 @@
 block discarded – undo
1 1
 <?php namespace Backpack\LogManager\app\Http\Controllers;
2 2
 
3
-use App\Http\Requests;
4 3
 use App\Http\Controllers\Controller;
5
-use Illuminate\Http\Request;
6
-use App;
7 4
 use Storage;
8
-use Carbon\Carbon;
9
-use Prologue\Alerts\Facades\Alert as Alert;
10 5
 
11 6
 class LogController extends Controller
12 7
 {
Please login to merge, or discard this patch.
src/LogManagerServiceProvider.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Backpack\LogManager;
4 4
 
5
-use Illuminate\Support\ServiceProvider;
6 5
 use Illuminate\Routing\Router;
6
+use Illuminate\Support\ServiceProvider;
7 7
 
8 8
 class LogManagerServiceProvider extends ServiceProvider
9 9
 {
Please login to merge, or discard this patch.