new supply chain contract mail

This commit is contained in:
2020-08-07 11:59:58 -05:00
parent 3bd7b9c2fd
commit 9d45b67c73
2 changed files with 1 additions and 61 deletions

View File

@@ -380,7 +380,7 @@ class SupplyChainController extends Controller
private function NewSupplyChainContractMail(SupplyChainContract $contract) {
//Get the config for the esi
$config = config('esi');
$todayDate = Carbon::now()->toFormat('d-m-Y');
$todayDate = Carbon::now()->toFormattedDateString();
$subject = 'New Supply Chain Contract ' . $todayDate;
$body = "A supply chain contract is available.<br>";