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 ( 8888ae...2bf058 )
by Ghitu
04:30 queued 02:08
created
src/app/Http/Controllers/LanguageCrudController.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,13 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Backpack\LangFileManager\app\Http\Controllers;
4 4
 
5
-use App\Http\Requests;
6 5
 use Backpack\CRUD\app\Http\Controllers\CrudController;
7
-use Backpack\LangFileManager\app\Services\LangFiles;
8 6
 use Backpack\LangFileManager\app\Models\Language;
7
+use Backpack\LangFileManager\app\Services\LangFiles;
9 8
 use Illuminate\Http\Request;
10 9
 // VALIDATION: change the requests to match your own file names if you need form validation
11
-use Backpack\LangFileManager\app\Http\Requests\LanguageRequest as StoreRequest;
12 10
 use Backpack\LangFileManager\app\Http\Requests\LanguageRequest as UpdateRequest;
13 11
 
14 12
 class LanguageCrudController extends CrudController
Please login to merge, or discard this patch.