chamilo/chamilo-lms

View on GitHub
src/LtiBundle/ChamiloLtiBundle.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

/* For licensing terms, see /license.txt */

namespace Chamilo\LtiBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class ChamiloLtiBundle extends Bundle {}