Skip to content

Commit 2409421

Browse files
committed
Fixes issue #43
1 parent 8fad4e9 commit 2409421

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Connection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ public function __construct($name, $host, $username, array $auth, GatewayInterfa
8080
public function define($task, $commands)
8181
{
8282
$this->tasks[$task] = $commands;
83+
84+
return $this;
8385
}
8486

8587
/**

0 commit comments

Comments
 (0)