We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -5,7 +5,7 @@ |
||
5 | 5 | |
6 | 6 | // if attribute casting is used, convert to JSON |
7 | 7 | if (is_array($value)) { |
8 | - $value = json_encode((object)$value); |
|
8 | + $value = json_encode((object) $value); |
|
9 | 9 | } elseif (is_object($value)) { |
10 | 10 | $value = json_encode($value); |
11 | 11 | } else { |
@@ -8,7 +8,7 @@ |
||
8 | 8 | <label>{!! $field['label'] !!}</label> |
9 | 9 | @include('crud::inc.field_translatable_icon') |
10 | 10 | |
11 | - <?php $entity_model = $crud->getRelationModel($field['entity'], - 1); ?> |
|
11 | + <?php $entity_model = $crud->getRelationModel($field['entity'], - 1); ?> |
|
12 | 12 | <select |
13 | 13 | name="{{ $field['name'] }}" |
14 | 14 | style="width: 100%" |