Deprecate MDDataHistorySubjectsSet

This commit is contained in:
Joshua Ramon Enslin 2022-10-22 16:16:30 +02:00
parent b9955203eb
commit c80ecfe752
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -1,6 +1,7 @@
<?PHP <?PHP
/** /**
* Contains a class for controlling the list of available subjects for data history writing. * Contains a class for controlling the list of available subjects for data history writing.
* Deprecated: Replaced by MusdbBaseEntry in musdb.
* *
* @author Joshua Ramon Enslin <joshua@museum-digital.de> * @author Joshua Ramon Enslin <joshua@museum-digital.de>
*/ */
@ -22,7 +23,6 @@ final class MDDataHistorySubjectsSet extends MDValueSet {
'object', 'object',
'podcast', 'podcast',
'podcast_episode', 'podcast_episode',
'sammlung',
'series', 'series',
'user', 'user',
]; ];