Skip to content

Commit 1de5766

Browse files
committed
One more
1 parent ed12f42 commit 1de5766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if (System::canPromptTouchID() && System::promptTouchID()) {
3535
You can list all available printers:
3636

3737
```php
38-
@use(Native\Laravel\Facades\System)
38+
@@use(Native\Laravel\Facades\System)
3939

4040
@@foreach(System::printers() as $printer)
4141
@{{ $printer->displayName }}

0 commit comments

Comments
 (0)