We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f72b0 commit 336ef5eCopy full SHA for 336ef5e
src/MineStart.php
@@ -33,8 +33,6 @@ public function beforeStart()
33
$console = console();
34
$console->info('MineAdmin start success...');
35
$console->info($this->welcome());
36
- str_contains(PHP_OS, 'CYGWIN')
37
- && $console->info('current booting the user: ' . shell_exec('whoami'));
38
}
39
40
protected function welcome(): string
0 commit comments