8000 removed obsolete check · symfony/symfony@2a6d158 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a6d158

Browse files
committed
removed obsolete check
1 parent e37cee8 commit 2a6d158

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ public function isEnabled()
2727
return false;
2828
}
2929

30-
if (!class_exists('Symfony\Component\Process\Process')) {
31-
return false;
32-
}
33-
3430
return parent::isEnabled();
3531
}
3632

0 commit comments

Comments
 (0)
0