Skip to content

Commit a48ed19

Browse files
committed
allow to call symfony command from anywhere
1 parent 8b68ee8 commit a48ed19

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/task/sfBaseTask.class.php

-4
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ public function getFilesystem()
5656
*/
5757
public function checkProjectExists()
5858
{
59-
if (!file_exists('symfony')) {
60-
throw new sfException('You must be in a symfony project directory.');
61-
}
62-
6359
return true;
6460
}
6561

0 commit comments

Comments
 (0)