Files
Chamilo/plugin/google_meet/install.php
2025-08-14 22:39:38 +02:00

11 lines
198 B
PHP

<?php
/* For licensing terms, see /license.txt */
/**
* Config the plugin.
*
* @package chamilo.plugin.google_meet
*/
require_once __DIR__.'/config.php';
GoogleMeetPlugin::create()->install();