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 — development ( e3d956...beb579 )
by José
05:00
created
app/Http/Controllers/Auth/V1/InvitationRequestsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     {
21 21
 
22 22
         $guestExist = DB::table('invitation_requests')
23
-                      ->where('guest_email', $request['guest_email'])->first();
23
+                      ->where('guest_email', $request[ 'guest_email' ])->first();
24 24
 
25 25
         if (!$guestExist) {
26 26
             $guest = [
Please login to merge, or discard this patch.