Merge branch 'main' into #39-generate-timesheet

This commit is contained in:
Adrian Hopek
2022-02-21 15:02:17 +01:00
committed by GitHub
28 changed files with 1116 additions and 26 deletions

View File

@@ -35,7 +35,7 @@ return [
"name" => env("MAIL_FROM_NAME", "Example"),
],
"markdown" => [
"theme" => "default",
"theme" => "mail",
"paths" => [
resource_path("views/vendor/mail"),
],