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 ( 4f93b1...14a25e )
by Mark
02:33
created
app/Classes/Repositories/ArticleRepository.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,10 +8,10 @@
 block discarded – undo
8 8
 
9 9
 namespace App\Classes\Repositories;
10 10
 
11
-use App\Model\Menu;
12 11
 use App\Model\Article;
13
-use Illuminate\Support\Collection;
12
+use App\Model\Menu;
14 13
 use Illuminate\Database\Eloquent\Builder;
14
+use Illuminate\Support\Collection;
15 15
 use Illuminate\Support\Facades\DB;
16 16
 
17 17
 /**
Please login to merge, or discard this patch.