1
0
mirror of synced 2025-02-20 22:23:14 +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
);
/**