mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 00:40:06 +01:00
fix share
This commit is contained in:
@@ -180,7 +180,7 @@
|
|||||||
if (isset($body->tunnels) && count($body->tunnels) > 0) {
|
if (isset($body->tunnels) && count($body->tunnels) > 0) {
|
||||||
foreach ($body->tunnels as $tunnel) {
|
foreach ($body->tunnels as $tunnel) {
|
||||||
if ($tunnel->proto == 'http') {
|
if ($tunnel->proto == 'http') {
|
||||||
return $output->write($tunnel->public_url);
|
return output($tunnel->public_url);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user