src/CoreBundle/Entity/ResourceShowCourseResourcesInSessionInterface.php
<?php
declare(strict_types=1);
/* For licensing terms, see /license.txt */
namespace Chamilo\CoreBundle\Entity;
/**
* Show base course resources inside a session.
*/
interface ResourceShowCourseResourcesInSessionInterface {}