1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

fix share

This commit is contained in:
Taylor Otwell
2016-05-09 11:17:23 -05:00
parent c1f33d3861
commit e02bdf987c

View File

@@ -180,7 +180,7 @@
if (isset($body->tunnels) && count($body->tunnels) > 0) {
foreach ($body->tunnels as $tunnel) {
if ($tunnel->proto == 'http') {
return $output->write($tunnel->public_url);
return output($tunnel->public_url);
}
}
}