Browse Source

download pdf

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
6477cd357d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Http/Controllers/DS/MarketingController.php

+ 1
- 1
app/Http/Controllers/DS/MarketingController.php View File

@@ -3946,7 +3946,7 @@ class MarketingController extends Controller
$pdfName = preg_replace('/\s+/', '-', $com->name) . '-' . $app . '-' . $month . '-' . $year . '.pdf';
}

return $pdf->stream($pdfName);
return $pdf->download($pdfName);
}
}


Loading…
Cancel
Save