We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -116,9 +116,9 @@ |
||
116 | 116 | // add the details_row buttons as the first column |
117 | 117 | if ($this->details_row) { |
118 | 118 | array_unshift($row_items, \View::make('crud::columns.details_row_button') |
119 | - ->with('crud', $this) |
|
120 | - ->with('entry', $entry) |
|
121 | - ->render()); |
|
119 | + ->with('crud', $this) |
|
120 | + ->with('entry', $entry) |
|
121 | + ->render()); |
|
122 | 122 | } |
123 | 123 | |
124 | 124 | return $row_items; |