Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2533fae commit d4e7675Copy full SHA for d4e7675
1 file changed
src/Illuminate/Remote/MultiConnection.php
@@ -31,7 +31,7 @@ public function __construct(array $connections)
31
*/
32
public function define($task, $commands)
33
{
34
- foreach ($this->connections as $conection)
+ foreach ($this->connections as $connection)
35
36
$connection->define($task, $commands);
37
}
0 commit comments