Skip to content
Snippets Groups Projects
Commit fb61bae6 authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Removed class visibility

parent 484c32c0
Branches
Tags
No related merge requests found
...@@ -26,7 +26,7 @@ namespace local_course_deprovision; ...@@ -26,7 +26,7 @@ namespace local_course_deprovision;
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
public class SubpluginResponse { class SubpluginResponse {
const NOTTRIGGERED = 'nottriggered'; const NOTTRIGGERED = 'nottriggered';
const TRIGGERED = 'triggered'; const TRIGGERED = 'triggered';
......
...@@ -23,11 +23,11 @@ ...@@ -23,11 +23,11 @@
* @copyright 2017 Tobias Reischmann WWU * @copyright 2017 Tobias Reischmann WWU
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/ */
namespace local_course_deprovision; namespace local_course_deprovision\trigger;
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
public interface trigger_base { interface base {
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment