Skip to content

Commit 6975675

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent f1c54fc commit 6975675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/Http/Controllers/Operations/UpdateOperation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ public function edit($id)
7373

7474
// get the info for that entry
7575
$this->data['entry'] = $this->crud->getEntryWithLocale($id);
76-
76+
7777
$this->crud->setOperationSetting('fields', $this->crud->getUpdateFields());
78-
78+
7979
$this->data['crud'] = $this->crud;
8080
$this->data['saveAction'] = $this->crud->getSaveAction();
8181
$this->data['title'] = $this->crud->getTitle() ?? trans('backpack::crud.edit').' '.$this->crud->entity_name;

0 commit comments

Comments
 (0)