💡 N°4558 Add PHPDoc to document that\LogChannels::CMDB_SOURCE constant was added in 3.0.0

This commit is contained in:
Pierre Goiffon
2022-01-10 17:11:13 +01:00
parent 3a4c4cd33d
commit 9493e31a5d

View File

@@ -549,6 +549,7 @@ class LogChannels
/**
* @var string
* @since 2.7.7 N°4558 use this new channel when logging DB transactions
* @since 3.0.0 logs info in CMDBSource (see commit a117906f)
*/
public const CMDB_SOURCE = 'cmdbsource';