Fixed doc to avoid 'Phing class not found'

This commit is contained in:
William DURAND 2012-04-22 15:56:05 +02:00
parent 817894b80c
commit e77555ebc6

View file

@ -52,6 +52,7 @@ $loader->registerNamespaces(array(
...
'Propel' => __DIR__.'/../vendor/bundles',
'Phing' => __DIR__.'/../vendor/phing/classes/phing',
));
```