Skip to content

Commit 80d156f

Browse files
authored
Change method name
1 parent e5207b5 commit 80d156f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jobs/CreateTunnel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ protected function verifyTunnel()
105105
* Use pkill to kill the SSH tunnel
106106
*/
107107

108-
public function destroy(){
108+
public function destroyTunnel(){
109109
$ssh_command = preg_replace('/[\s]{2}[\s]*/',' ',$this->sshCommand);
110110
return $this->runCommand('pkill -f "'.$ssh_command.'"');
111111
}

0 commit comments

Comments
 (0)