. namespace core_courseformat\local; /** * Course actions. * * @package core_courseformat * @copyright 2023 Ferran Recio * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class courseactions extends baseactions { // All general course actions will go here. }