= 2020. */ class MediaLibrary extends SystemMediaLibrary { /** * Initialize this singleton. */ protected function init() { traceLog('Class ' . __CLASS__ . ' has been deprecated, use ' . SystemMediaLibrary::class . ' instead.'); parent::init(); } }