Skip to content

Commit

Permalink
Merge branch '3.2' into 3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 7, 2024
2 parents 92c1a52 + 186b1fa commit f6bd0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RegistryAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ public function import(array $data, Form $form): HTTPResponse
}

$form->sessionMessage($message, 'good');
$this->redirectBack();
return $this->redirectBack();
}
}

0 comments on commit f6bd0c7

Please sign in to comment.