Skip to content

Commit

Permalink
allow to call symfony command from anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Apr 4, 2024
1 parent 8b68ee8 commit a48ed19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/task/sfBaseTask.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ public function getFilesystem()
*/
public function checkProjectExists()
{
if (!file_exists('symfony')) {
throw new sfException('You must be in a symfony project directory.');
}

return true;
}

Expand Down

0 comments on commit a48ed19

Please sign in to comment.