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 0375d39 commit 8f16862Copy full SHA for 8f16862
resources/js/electron-plugin/dist/index.js
@@ -149,7 +149,6 @@ class NativePHP {
149
event: "\\Native\\Laravel\\Events\\App\\OpenedFromURL",
150
payload: {
151
url: commandLine[commandLine.length - 1],
152
- workingDirectory: workingDirectory,
153
},
154
});
155
resources/js/electron-plugin/src/index.ts
@@ -201,7 +201,6 @@ class NativePHP {
201
202
203
204
205
206
207
0 commit comments