This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
muadzmi02
/
allo
forked from
SwissLink/allo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
download pdf
ifah
Siti Hajar Ibrahim
5 years ago
parent
49eec17ae7
commit
6477cd357d
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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);
}
}
Write
Preview
Loading…
Cancel
Save