1
0
Fork 0
mirror of synced 2025-03-29 11:19:50 +03:00

remove extra comma

This commit is contained in:
Fabio B. Silva 2012-12-22 11:00:37 -02:00 committed by fabio.silva
parent ec2d5af2c7
commit 7177306536

View file

@ -42,7 +42,7 @@ class EntityListenerBuilder
Events::preUpdate => true,
Events::postUpdate => true,
Events::postLoad => true,
Events::preFlush => true,
Events::preFlush => true
);
/**