Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48dd2b0

Browse files
committed
removed obsolete check
1 parent 132902c commit 48dd2b0

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)