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
$ composer show --latest 'doctrine/*'
Direct dependencies required in composer.json:
doctrine/dbal 3.9.3 4.2.1 Powerful PHP database abstraction l...
doctrine/doctrine-bundle 2.13.1 2.13.1 Symfony DoctrineBundle
doctrine/doctrine-migrations-bundle 3.3.1 3.3.1 Symfony DoctrineMigrationsBundle
doctrine/orm 3.3.0 3.3.1 Object-Relational-Mapper for PHP
Transitive dependencies not required in composer.json:
doctrine/cache 2.2.0 2.2.0 PHP Doctrine Cache library is a pop...
doctrine/collections 2.2.2 2.2.2 PHP Doctrine Collections library th...
doctrine/common 3.4.5 3.5.0 PHP Doctrine Common project is a li...
doctrine/deprecations 1.1.3 1.1.4 A small layer on top of trigger_err...
doctrine/event-manager 2.0.1 2.0.1 The Doctrine Event Manager is a sim...
doctrine/inflector 2.0.10 2.0.10 PHP Doctrine Inflector is a small l...
doctrine/instantiator 2.0.0 2.0.0 A small, lightweight utility to ins...
doctrine/lexer 3.0.1 3.0.1 PHP Doctrine Lexer parser library t...
doctrine/migrations 3.8.2 3.8.2 PHP Doctrine Migrations project off...
doctrine/persistence 3.4.0 4.0.0 The Doctrine Persistence project is...
doctrine/sql-formatter 1.5.1 1.5.1 a PHP SQL highlighting library
PHP version
$ php -v
php -v
PHP 8.3.13 (cli) (built: Oct 22 2024 18:39:14) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.13, Copyright (c) Zend Technologies
with Zend OPcache v8.3.13, Copyright (c), by Zend Technologies
Subject
Duplicate logEntry when using Gedmo Loggable with Blammable, Timestampable
Environment
Package
show
$ composer show --latest 'doctrine/*'
Direct dependencies required in composer.json:
doctrine/dbal 3.9.3 4.2.1 Powerful PHP database abstraction l...
doctrine/doctrine-bundle 2.13.1 2.13.1 Symfony DoctrineBundle
doctrine/doctrine-migrations-bundle 3.3.1 3.3.1 Symfony DoctrineMigrationsBundle
doctrine/orm 3.3.0 3.3.1 Object-Relational-Mapper for PHP
Transitive dependencies not required in composer.json:
doctrine/cache 2.2.0 2.2.0 PHP Doctrine Cache library is a pop...
doctrine/collections 2.2.2 2.2.2 PHP Doctrine Collections library th...
doctrine/common 3.4.5 3.5.0 PHP Doctrine Common project is a li...
doctrine/deprecations 1.1.3 1.1.4 A small layer on top of trigger_err...
doctrine/event-manager 2.0.1 2.0.1 The Doctrine Event Manager is a sim...
doctrine/inflector 2.0.10 2.0.10 PHP Doctrine Inflector is a small l...
doctrine/instantiator 2.0.0 2.0.0 A small, lightweight utility to ins...
doctrine/lexer 3.0.1 3.0.1 PHP Doctrine Lexer parser library t...
doctrine/migrations 3.8.2 3.8.2 PHP Doctrine Migrations project off...
doctrine/persistence 3.4.0 4.0.0 The Doctrine Persistence project is...
doctrine/sql-formatter 1.5.1 1.5.1 a PHP SQL highlighting library
PHP version
Subject
Duplicate logEntry when using Gedmo Loggable with Blammable, Timestampable
Minimal repository with the bug
Steps to reproduce
Example of our Entitty class
and our LogEntry
New function in Controller
Expected results
It should show only single record of logentry with username.
Actual results
But we got duplicate logentry as attached.
Did I config something wrong?
The text was updated successfully, but these errors were encountered: