We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -64,7 +64,7 @@ |
||
64 | 64 | $this->crud->hasAccessOrFail('update'); |
65 | 65 | |
66 | 66 | $this->data['entry'] = $this->crud->getEntry($id); |
67 | - $this->crud->addField((array) json_decode($this->data['entry']->field)); // <---- this is where it's different |
|
67 | + $this->crud->addField((array)json_decode($this->data['entry']->field)); // <---- this is where it's different |
|
68 | 68 | $this->data['crud'] = $this->crud; |
69 | 69 | $this->data['fields'] = $this->crud->getUpdateFields($id); |
70 | 70 | $this->data['title'] = trans('backpack::crud.edit').' '.$this->crud->entity_name; |