This commit is contained in:
Kekskurse 2021-02-09 19:25:24 +01:00
parent 970d33f59d
commit 3ae8afd172
1 changed files with 1 additions and 1 deletions

View File

@ -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;