10 lines
153 B
PHP
10 lines
153 B
PHP
<?php
|
|
|
|
/* For licensing terms, see /license.txt */
|
|
|
|
namespace Chamilo\PluginBundle\Zoom\API;
|
|
|
|
class WebinarRegistrantSchema extends RegistrantSchema
|
|
{
|
|
}
|