Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 25, 2019
1 parent ac1f0f5 commit 2480495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chrome/ChromeProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ protected function chromeEnvironment()
return [];
}

return ['DISPLAY' => getenv('DISPLAY') ?: ':0'];
return ['DISPLAY' => $_ENV['DISPLAY'] ?? ':0'];
}

/**
Expand Down

0 comments on commit 2480495

Please sign in to comment.