From 8bdda9600bebef2ac62bac70fc3ad52a63ec9138 Mon Sep 17 00:00:00 2001 From: Yuriy Yurinskiy Date: Sat, 22 Feb 2020 18:32:18 +0700 Subject: [PATCH] fix error travis-ci --- classes/privacy/provider.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/classes/privacy/provider.php b/classes/privacy/provider.php index 76e971c..2912a2e 100644 --- a/classes/privacy/provider.php +++ b/classes/privacy/provider.php @@ -14,10 +14,21 @@ // You should have received a copy of the GNU General Public License // along with Moodle. If not, see . +/** + * Privacy Subsystem implementation for local_cohort_profile. + * + * @package local_cohort_profile + * @copyright 2019, Yuriy Yurinskiy + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + namespace local_cohort_profile\privacy; + defined('MOODLE_INTERNAL') || die(); /** + * Privacy Subsystem for local_cohort_profile implementing null_provider. + * * @package local_cohort_profile * @copyright 2019, Yuriy Yurinskiy * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later