Skip to content

Commit 08432ea

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 0827746 commit 08432ea

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
@@ -66,7 +66,7 @@ public function edit($id)
6666
// get entry ID from Request (makes sure its the last ID for nested resources)
6767
$id = $this->crud->getCurrentEntryId() ?? $id;
6868
// get the info for that entry
69-
69+
7070
// register any Model Events defined on fields
7171
$this->crud->registerFieldEvents();
7272

0 commit comments

Comments
 (0)