8000 fix: NATIVEPHP_PHP_BINARY_PATH · NativePHP/laravel@ee39455 · GitHub
[go: up one dir, main page]

Skip to content

Commit ee39455

Browse files
committed
fix: NATIVEPHP_PHP_BINARY_PATH
1 parent fbf7b23 commit ee39455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nativephp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@
143143
/**
144144
* Custom PHP binary path.
145145
*/
146-
'binary_path' => env('NATIVEPHP_BINARY_PATH', null),
146+
'binary_path' => env('NATIVEPHP_PHP_BINARY_PATH', null),
147147
];

0 commit comments

Comments
 (0)
0