We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980a33f commit b5d6464Copy full SHA for b5d6464
resources/views/docs/desktop/2/digging-deeper/files.md
@@ -131,7 +131,7 @@ $toolPath = Storage::disk('extras')->path('my-tool.exe');
131
132
```php
133
use Illuminate\Support\Facades\Storage;
134
-use Native\Laravel\Facades\ChildProcess;
+use Native\Desktop\Facades\ChildProcess;
135
136
// Get the path to a bundled executable
137
$toolPath = Storage::disk('extras')->path('my-tool.sh');
@@ -140,4 +140,4 @@ ChildProcess::start(
140
cmd: $toolPath,
141
alias: 'my-tool'
142
);
143
-```
+```
0 commit comments