working changes

This commit is contained in:
2019-02-02 00:37:04 +00:00
parent 7d6694bcb0
commit 5d25c76d85
193 changed files with 3142 additions and 4 deletions

8
config/debug-server.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
return [
/*
* The host to use when listening for debug server connections.
*/
'host' => 'tcp://127.0.0.1:9912',
];