Files
Chamilo/plugin/tour/uninstall.php
2025-04-10 12:36:07 +02:00

13 lines
259 B
PHP

<?php
/* For licensing terms, see /license.txt */
/**
* Initialization uninstall.
*
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
*
* @package chamilo.plugin.tour
*/
require_once __DIR__.'/config.php';
Tour::create()->uninstall();