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 ( 241850...57e888 )
by Cristian
02:19
created
src/app/Models/Page.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace Backpack\PageManager\app\Models;
4 4
 
5 5
 use Backpack\CRUD\CrudTrait;
6
-use Illuminate\Database\Eloquent\Model;
7 6
 use Cviebrock\EloquentSluggable\Sluggable;
8 7
 use Cviebrock\EloquentSluggable\SluggableScopeHelpers;
8
+use Illuminate\Database\Eloquent\Model;
9 9
 
10 10
 class Page extends Model
11 11
 {
Please login to merge, or discard this patch.