Prezent / doctrine-translatable

Translatable behaviour extension for Doctrine2
MIT License
26 stars 17 forks source link

Error after composer.phar update #11

Closed bbrossaud closed 10 years ago

bbrossaud commented 10 years ago

Since I updated my composer, I have this error when I'm running my application :

PHP Fatal error: Class 'Prezent\Doctrine\Translatable\Mapping\Driver\YamlDriver' not found in XXX/app/cache/dev/appDevDebugProjectContainer.php on line 2467

I use annotation and not Yaml mapping... I use Symfony and the prezent/doctrine-translatable-bundle which does this for me.

How can I fixe this problem?

Regards,

bbrossaud commented 10 years ago

It was my fault , I did something not good!