mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-14 14:05:54 +00:00
Allow users to specify custom hostnames
This commit is contained in:
@@ -102,9 +102,9 @@ class Factory
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function share($sharedUrl, $subdomain = null)
|
||||
public function share($sharedUrl, $subdomain = null, $hostname = null)
|
||||
{
|
||||
app('expose.client')->share($sharedUrl, $subdomain);
|
||||
app('expose.client')->share($sharedUrl, $subdomain, $hostname);
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user