Skip to content

Commit b5d6464

Browse files
committed
fix namespace
1 parent 980a33f commit b5d6464

File tree

1 file changed

+2
-2
lines changed
  • resources/views/docs/desktop/2/digging-deeper

1 file changed

+2
-2
lines changed

resources/views/docs/desktop/2/digging-deeper/files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ $toolPath = Storage::disk('extras')->path('my-tool.exe');
131131

132132
```php
133133
use Illuminate\Support\Facades\Storage;
134-
use Native\Laravel\Facades\ChildProcess;
134+
use Native\Desktop\Facades\ChildProcess;
135135

136136
// Get the path to a bundled executable
137137
$toolPath = Storage::disk('extras')->path('my-tool.sh');
@@ -140,4 +140,4 @@ ChildProcess::start(
140140
cmd: $toolPath,
141141
alias: 'my-tool'
142142
);
143-
```
143+
```

0 commit comments

Comments
 (0)