diff --git a/src/Commands/Concerns/InteractsWithServers.php b/src/Commands/Concerns/InteractsWithServers.php index cf1c3de45..c55e8bd26 100644 --- a/src/Commands/Concerns/InteractsWithServers.php +++ b/src/Commands/Concerns/InteractsWithServers.php @@ -51,7 +51,7 @@ protected function runServer($server, $inspector, $type) $watcher->getIncrementalOutput()) { $this->info('Application change detected. Restarting workers…'); - $inspector->reloadServer(); + $inspector->reloadServer(request()->path); } usleep(500 * 1000);