Skip to content

Commit

Permalink
Inline variable
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 8, 2024
1 parent 35d1238 commit ba2c7c6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/framework/src/Console/Commands/ServeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,11 @@ public function safeHandle(): int
$this->runViteProcess();
}

$command = sprintf('php -S %s:%d %s',
$this->runServerProcess(sprintf('php -S %s:%d %s',
$this->getHostSelection(),
$this->getPortSelection(),
$this->getExecutablePath()
);

$this->runServerProcess($command);
));

$this->handleRunningProcesses();

Expand Down

0 comments on commit ba2c7c6

Please sign in to comment.