Stuff
This commit is contained in:
parent
970d33f59d
commit
3ae8afd172
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class Server extends Command
|
|||
*/
|
||||
public function handle()
|
||||
{
|
||||
$hostname = gethostname();
|
||||
$hostname = env("APP_SERVER");
|
||||
if($hostname === false) {
|
||||
$this->info("Can't get hostname");
|
||||
return self::FAILURE;
|
||||
|
|
Loading…
Reference in a new issue