data test

This commit is contained in:
2021-03-16 01:33:58 +09:00
parent 7231d54fa2
commit 2d6e6e4537
2 changed files with 1 additions and 3 deletions

View File

@@ -71,6 +71,6 @@ class Test extends Command
return null;
}
dd($response->response_code);
dd($response->rawFetch());
}
}

View File

@@ -70,8 +70,6 @@ class ProcessSendEveMailJob implements ShouldQueue
$this->recipient_type = $recipient_type;
$this->subject = $subject;
$this->sender = $sender;
}
/**