Skip to content

Commit

Permalink
Remove deprecated from facade
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Jan 29, 2022
1 parent 4f77591 commit 2c18a36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Facades/SnappyPdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* @method static \Barryvdh\Snappy\PdfWrapper save()
* @method static \Illuminate\Http\Response download($filename = 'document.pdf')
* @method static \Illuminate\Http\Response inline($filename = 'document.pdf')
* @method static \Symfony\Component\HttpFoundation\StreamedResponse stream($filename = 'document.pdf')
*
*/
class SnappyPdf extends BaseFacade {
Expand Down

0 comments on commit 2c18a36

Please sign in to comment.