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
Pull Request — master (#1504)
by Thomas
05:18
created
src/PanelTraits/Views.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
      */
110 110
     public function getListContentClass()
111 111
     {
112
-        return $this->listContentClass ?? config('backpack.crud.list_content_class', 'col-md-12');;
112
+        return $this->listContentClass ?? config('backpack.crud.list_content_class', 'col-md-12'); ;
113 113
     }
114 114
 
115 115
     /**
Please login to merge, or discard this patch.