Skip to content

Commit f442606

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 0173b59 commit f442606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function edit($id)
6969

7070
// register any Model Events defined on fields
7171
$this->crud->registerFieldEvents();
72-
72+
7373
// get the info for that entry
7474
$this->data['entry'] = $this->crud->getEntryWithLocale($id);
7575

0 commit comments

Comments
 (0)