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 a8f79d0 commit 8e26e71Copy full SHA for 8e26e71
src/Console/TunnelerCommand.php
@@ -19,7 +19,7 @@ class TunnelerCommand extends Command {
19
20
public function handle(){
21
try {
22
- $result = dispatch(new CreateTunnel());
+ $result = dispatch_now(new CreateTunnel());
23
}catch (\ErrorException $e){
24
$this->error($e->getMessage());
25
return 1;
@@ -38,4 +38,4 @@ public function handle(){
38
$this->warn('I have no idea how this happened. Let me know if you figure it out.');
39
40
}
41
-}
+}
0 commit comments