mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
fix get PHP_PATH from env
This commit is contained in:
@@ -95,7 +95,7 @@ class Test extends Command
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
$r = extension_loaded('Zend OPcache');
|
||||
$r = nexus_env('PHP_PATH') ?: 'php';
|
||||
dd($r);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user