10 lines
211 B
PHP
10 lines
211 B
PHP
<?php
|
|
|
|
use oat\taoLti\models\classes\Platform\Repository\Lti1p3RegistrationRepository;
|
|
|
|
return new Lti1p3RegistrationRepository(
|
|
[
|
|
Lti1p3RegistrationRepository::OPTION_ROOT_URL => ROOT_URL,
|
|
]
|
|
);
|