We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0173b59 commit f442606Copy full SHA for f442606
src/app/Http/Controllers/Operations/UpdateOperation.php
@@ -69,7 +69,7 @@ public function edit($id)
69
70
// register any Model Events defined on fields
71
$this->crud->registerFieldEvents();
72
-
+
73
// get the info for that entry
74
$this->data['entry'] = $this->crud->getEntryWithLocale($id);
75
0 commit comments