We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -84,10 +84,10 @@ |
||
84 | 84 | |
85 | 85 | $options = []; |
86 | 86 | |
87 | - if (! empty($field)) { |
|
87 | + if (!empty($field)) { |
|
88 | 88 | $relatedModelInstance = new $field['model'](); |
89 | 89 | |
90 | - if (! isset($field['options'])) { |
|
90 | + if (!isset($field['options'])) { |
|
91 | 91 | $options = $field['model']::all()->pluck($field['attribute'], $relatedModelInstance->getKeyName()); |
92 | 92 | } else { |
93 | 93 | $options = call_user_func($field['options'], $field['model']::query()->pluck($field['attribute'], $relatedModelInstance->getKeyName())); |