11 lines
198 B
PHP
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();
|