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 7f6ecf6 commit de36415Copy full SHA for de36415
src/Retour/Panel/FailureResolveDrawer.php
@@ -33,7 +33,7 @@ public function submit(): bool|array
33
$input = $this->data();
34
35
$redirects->create([
36
- 'creator' => $this->creator()->email(),
+ 'creator' => $this->kirby()->user()?->email(),
37
...$input
38
]);
39
0 commit comments