Skip to content

Commit 3296c75

Browse files
committed
Merge branch '5.4' into 5.5
2 parents 7562d9a + 2409421 commit 3296c75

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)