Skip to content

Commit

Permalink
fix email path
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilReinking committed Sep 13, 2024
1 parent 42cdf20 commit b3d108c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Mail/FormSubmissionNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function envelope(): Envelope
public function content(): Content
{
return new Content(
view: 'email.form-submitted',
view: 'emails.form-submitted',
);
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deck9/input",
"version": "1.9.2",
"version": "2.0.1",
"private": true,
"license": "GNU Affero General Public License v3.0",
"engines": {
Expand Down

0 comments on commit b3d108c

Please sign in to comment.