Skip to content

Commit

Permalink
fix error travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yurinskiy committed Feb 22, 2020
1 parent 253be15 commit 8bdda96
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,21 @@
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* Privacy Subsystem implementation for local_cohort_profile.
*
* @package local_cohort_profile
* @copyright 2019, Yuriy Yurinskiy <[email protected]>
* @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 <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down

0 comments on commit 8bdda96

Please sign in to comment.