Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4e7675

Browse files
committed
Fix typo.
1 parent 2533fae commit d4e7675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Illuminate/Remote/MultiConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function __construct(array $connections)
3131
*/
3232
public function define($task, $commands)
3333
{
34-
foreach ($this->connections as $conection)
34+
foreach ($this->connections as $connection)
3535
{
3636
$connection->define($task, $commands);
3737
}

0 commit comments

Comments
 (0)