remove extra comma
This commit is contained in:
parent
ec2d5af2c7
commit
7177306536
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class EntityListenerBuilder
|
||||||
Events::preUpdate => true,
|
Events::preUpdate => true,
|
||||||
Events::postUpdate => true,
|
Events::postUpdate => true,
|
||||||
Events::postLoad => true,
|
Events::postLoad => true,
|
||||||
Events::preFlush => true,
|
Events::preFlush => true
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue