mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
test sending booking do to email
This commit is contained in:
+1
-1
@@ -61,8 +61,8 @@ Route::get('/approved-today', function(){
|
||||
$do = $invoiceContoller->generateSupplierDo($id);
|
||||
$zip->addFromString('do_12_11_2020_'.$id, $do->Output('do.pdf', 'S'));
|
||||
}
|
||||
$zip->getStream('test.zip');
|
||||
$zip->close();
|
||||
dd($zip);
|
||||
});
|
||||
|
||||
Route::group(['middleware' => ['role:admin']], function() {
|
||||
|
||||
Reference in New Issue
Block a user