mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-25 12:19:11 -04:00
ALPHA 3.0.2a
This commit is contained in:
2
vendor/psy/psysh/test/fixtures/config.php
vendored
2
vendor/psy/psysh/test/fixtures/config.php
vendored
@@ -9,7 +9,7 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
$config->setRuntimeDir(sys_get_temp_dir() . '/psysh_test/withconfig/temp');
|
||||
$config->setRuntimeDir(\sys_get_temp_dir() . '/psysh_test/withconfig/temp');
|
||||
|
||||
return [
|
||||
'useReadline' => true,
|
||||
|
||||
Reference in New Issue
Block a user