You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Symfony2 composer.phar. After installing the JMSSerilizerBundle, i wanted to use the Exclude annotation but it didn't work, see error message in title.
I've installed JMS like this :
php .\composer.phar require jms/serializer
Added this to AppKernel.php :
newJMS\SerializerBundle\JMSSerializerBundle(),
But when I want to use annotations in my entity Activity.php :
Hi,
When using Symfony2 composer.phar. After installing the JMSSerilizerBundle, i wanted to use the Exclude annotation but it didn't work, see error message in title.
I've installed JMS like this :
Added this to AppKernel.php :
But when I want to use annotations in my entity Activity.php :
I got the previous error in title.
The text was updated successfully, but these errors were encountered: