Skip to content

Commit 24f5dd2

Browse files
authored
Update StartRoadRunnerCommand.php
1 parent 704e054 commit 24f5dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/StartRoadRunnerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
use Laravel\Octane\RoadRunner\ServerProcessInspector;
77
use Laravel\Octane\RoadRunner\ServerStateFile;
88
use Symfony\Component\Console\Command\SignalableCommandInterface;
9-
use Symfony\Component\Process\Process;
109
use Symfony\Component\Process\PhpExecutableFinder;
10+
use Symfony\Component\Process\Process;
1111

1212
class StartRoadRunnerCommand extends Command implements SignalableCommandInterface
1313
{

0 commit comments

Comments
 (0)