. /** * Theme Config details * * @package theme_klass * @copyright 2015 LmsaceDev Team , lmsace.com * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * */ namespace theme_klass\privacy; class provider implements \core_privacy\local\metadata\null_provider { /** * Returns meta data about this system. * * @return string */ public static function get_reason() : string { return 'privacy:metadata'; } }