Browse Source

問い合わせメール修正

master
sosuke.iwabuchi 2 years ago
parent
commit
addfbecafd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/Email/Members/AskNotice.php

+ 1
- 1
app/Email/Members/AskNotice.php View File

@@ -9,7 +9,7 @@ class AskNotice extends Members
{

public function __construct(
protected Customer $customer,
Customer $customer,
private Ask $app
) {
parent::__construct($customer);


Loading…
Cancel
Save