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
Branch master (5aa801)
by Ghitu
04:03
created
src/app/Http/Controllers/SettingCrudController.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -88,8 +88,7 @@  discard block
 block discarded – undo
88 88
 		if (view()->exists('vendor.dick.crud.list'))
89 89
 		{
90 90
 			return view('vendor.dick.crud.list', $this->data);
91
-		}
92
-		else
91
+		} else
93 92
 		{
94 93
 			return view('crud::list', $this->data);
95 94
 		}
@@ -134,8 +133,7 @@  discard block
 block discarded – undo
134 133
 		if (view()->exists('vendor.dick.crud.edit'))
135 134
 		{
136 135
 			return view('vendor.dick.crud.edit', $this->data);
137
-		}
138
-		else
136
+		} else
139 137
 		{
140 138
 			return view('crud::edit', $this->data);
141 139
 		}
Please login to merge, or discard this patch.