8000 More code block fix · SRWieZ/fork-nativephp.com@86f5d85 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86f5d85

Browse files
committed
More code block fix
1 parent 3b19fbf commit 86f5d85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
6D03
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ if (System::canPromptTouchID() && System::promptTouchID()) {
3434

3535
You can list all available printers:
3636

37-
```php
37+
```blade
3838
@@use(Native\Laravel\Facades\System)
3939
4040
@@foreach(System::printers() as $printer)
4141
@{{ $printer->displayName }}
42-
@@foreach
42+
@@endforeach
4343
```
4444

4545
Each item in the printers array is a `\Native\Laravel\DataObjects\Printer` which contains various device details and

0 commit comments

Comments
 (0)
0