Skip to content

Commit

Permalink
Revert changes to project config
Browse files Browse the repository at this point in the history
- Revert changes to project config pointing to invalid phing path
  • Loading branch information
melaniekung authored and anvit committed Dec 16, 2024
1 parent fd18d0a commit dc6f3d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/ProjectConfiguration.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ public function setup()

$this->enablePlugins($plugins);

sfConfig::set('sf_phing_path', sfConfig::get('sf_root_dir').DIRECTORY_SEPARATOR.'vendor/phing/phing');
sfConfig::set('sf_propel_path', sfConfig::get('sf_root_dir').DIRECTORY_SEPARATOR.'symfony/lib/plugins/sfPropelPlugin/lib/vendor/propel/');

$this->dispatcher->connect(
'debug.web.load_panels',
['arWebDebugPanel', 'listenToLoadDebugWebPanelEvent']
Expand Down

0 comments on commit dc6f3d8

Please sign in to comment.