Skip to content

Commit 2ae5834

Browse files
committed
add missing use
1 parent 372f409 commit 2ae5834

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/WebServerBundle/Command/ServerRunCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
use Symfony\Component\Console\Output\OutputInterface;
2020
use Symfony\Component\Console\Output\ConsoleOutputInterface;
2121
use Symfony\Component\Console\Style\SymfonyStyle;
22+
use Symfony\Component\Process\Process;
2223

2324
/**
2425
* Runs Symfony application using a local web server.

0 commit comments

Comments
 (0)