改名
This commit is contained in:
@@ -86,7 +86,7 @@ class Application extends BaseApplication
|
|||||||
*/
|
*/
|
||||||
public function withFileChangeListen()
|
public function withFileChangeListen()
|
||||||
{
|
{
|
||||||
$manager = di(ServerManager::class);
|
$manager = $this->getServer();
|
||||||
$manager->addProcess(FileChangeCustomProcess::class);
|
$manager->addProcess(FileChangeCustomProcess::class);
|
||||||
|
|
||||||
putenv('enableFileChange=on');
|
putenv('enableFileChange=on');
|
||||||
|
|||||||
Reference in New Issue
Block a user