Skip to content

Commit e5207b5

Browse files
authored
Change method name
1 parent c3aa32a commit e5207b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/TunnelerReset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function __construct()
3838
public function handle()
3939
{
4040
$tunnel = new CreateTunnel();
41-
$tunnel->destroy();
41+
$tunnel->destroyTunnel();
4242

4343
\Artisan::call('tunneler:activate');
4444
}

0 commit comments

Comments
 (0)