Fix references to LtiBundle - refs BT#13469 #2741
parent
c287cc5a00
commit
36859a78eb
@ -1,16 +0,0 @@ |
||||
<?php |
||||
/* For licensing terms, see /license.txt */ |
||||
|
||||
namespace Chamilo\IntegrationBundle; |
||||
|
||||
use Symfony\Component\HttpKernel\Bundle\Bundle; |
||||
|
||||
/** |
||||
* Class ChamiloIntegrationBundle |
||||
* |
||||
* @package Chamilo\IntegrationBundle |
||||
*/ |
||||
class ChamiloIntegrationBundle extends Bundle |
||||
{ |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
<?php |
||||
/* For licensing terms, see /license.txt */ |
||||
|
||||
namespace Chamilo\LtiBundle; |
||||
|
||||
use Symfony\Component\HttpKernel\Bundle\Bundle; |
||||
|
||||
/** |
||||
* Class ChamiloLtiBundle. |
||||
* |
||||
* @package Chamilo\LtiBundle |
||||
*/ |
||||
class ChamiloLtiBundle extends Bundle |
||||
{ |
||||
|
||||
} |
@ -1,14 +1,14 @@ |
||||
chamilo_lti_admin_controller: |
||||
resource: '@ChamiloIntegrationBundle/Controller/AdminController.php' |
||||
resource: '@ChamiloLtiBundle/Controller/AdminController.php' |
||||
type: annotation |
||||
prefix: '/admin/lti' |
||||
|
||||
chamilo_lti_teacher_controller: |
||||
resource: '@ChamiloIntegrationBundle/Controller/CourseController.php' |
||||
resource: '@ChamiloLtiBundle/Controller/CourseController.php' |
||||
type: annotation |
||||
prefix: '/courses/{code}/lti' |
||||
|
||||
chamilo_lti_service_controller: |
||||
path: /lti/os |
||||
defaults: |
||||
_controller: 'ChamiloIntegrationBundle:Service:outcomeService' |
||||
_controller: 'ChamiloLtiBundle:Service:outcomeService' |
||||
|
Loading…
Reference in new issue