large commit

This commit is contained in:
Omair Saleh
2019-12-26 15:23:44 +08:00
parent a95f395220
commit 8e7b790f3e
@@ -54,7 +54,7 @@ class WarehouseReceivesOrder extends AbstractStepProcessor
$message->to('uldvstar@gmail.com', 'Omair Saleh')->subject('Received orders report '.now()->format('dd/mm/YY'));
$message->attach(
Excel::download(Order::find($this->orderId),
'report_'.now()->format('dd/mm/YY').'.xlsx')
'report_'.now()->format('dd_mm_YY').'.xlsx')
->getFile(), ['as' => 'report_'.now()->format('dd/mm/YY').'.xlsx']);
});