Skip to content

Commit 3b19fbf

Browse files
committed
copy
1 parent 1de5766 commit 3b19fbf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/views/docs/1/the-basics/system.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ You can also print directly to PDF:
6767
System::printToPDF('<html>...');
6868
```
6969

70-
This returns the PDF data in a `base64_encoded` binary string. So be sure to `base64_decode` it before storing it to disk.
71-
You could save it directly to disk or prompt the user for a location to save it:
70+
This returns the PDF data in a `base64_encoded` binary string. So be sure to `base64_decode` it before storing it to disk:
7271

7372
```php
7473
use Illuminate\Support\Facades\Storage;

0 commit comments

Comments
 (0)