| Línea 3601... |
Línea 3601... |
| 3601 |
'controller' => '\LeadersLinked\Controller\HelperController',
|
3601 |
'controller' => '\LeadersLinked\Controller\HelperController',
|
| 3602 |
'action' => 'abuseReport'
|
3602 |
'action' => 'abuseReport'
|
| 3603 |
]
|
3603 |
]
|
| 3604 |
]
|
3604 |
]
|
| 3605 |
],
|
3605 |
],
|
| - |
|
3606 |
|
| - |
|
3607 |
'habits-and-skills' => [
|
| - |
|
3608 |
'type' => Literal::class,
|
| - |
|
3609 |
'options' => [
|
| - |
|
3610 |
'route' => '/habits-and-skills',
|
| - |
|
3611 |
|
| - |
|
3612 |
'defaults' => [
|
| - |
|
3613 |
'controller' => '\LeadersLinked\Controller\HelperController',
|
| - |
|
3614 |
'action' => 'habitsAndSkills'
|
| - |
|
3615 |
]
|
| - |
|
3616 |
]
|
| - |
|
3617 |
],
|
| 3606 |
]
|
3618 |
]
|
| 3607 |
],
|
3619 |
],
|
| 3608 |
'help' => [
|
3620 |
'help' => [
|
| 3609 |
'type' => Literal::class,
|
3621 |
'type' => Literal::class,
|
| 3610 |
'options' => [
|
3622 |
'options' => [
|
| Línea 4042... |
Línea 4054... |
| 4042 |
//'\LeadersLinked\Controller\ZoomController' => \LeadersLinked\Controller\ZoomController::class,
|
4054 |
//'\LeadersLinked\Controller\ZoomController' => \LeadersLinked\Controller\ZoomController::class,
|
| 4043 |
]
|
4055 |
]
|
| 4044 |
],
|
4056 |
],
|
| 4045 |
'laminas-cli' => [
|
4057 |
'laminas-cli' => [
|
| 4046 |
'commands' => [
|
4058 |
'commands' => [
|
| - |
|
4059 |
'process-scheduled-content' => \LeadersLinked\Command\ProcessScheduledContentCommand::class,
|
| 4047 |
'process-queue-email' => \LeadersLinked\Command\ProcessQueueEmailCommand::class,
|
4060 |
'process-queue-email' => \LeadersLinked\Command\ProcessQueueEmailCommand::class,
|
| 4048 |
'process-queue-push' => \LeadersLinked\Command\ProcessQueuePushCommand::class,
|
4061 |
'process-queue-push' => \LeadersLinked\Command\ProcessQueuePushCommand::class,
|
| 4049 |
'process-queue-user-deleted' => \LeadersLinked\Command\ProcessQueueUserDeletedCommand::class,
|
4062 |
'process-queue-user-deleted' => \LeadersLinked\Command\ProcessQueueUserDeletedCommand::class,
|
| 4050 |
'process-queue-video-convert' => \LeadersLinked\Command\ProcessQueueVideoConvertCommand::class,
|
4063 |
'process-queue-video-convert' => \LeadersLinked\Command\ProcessQueueVideoConvertCommand::class,
|
| 4051 |
'recalculate-microlearning-progress' => \LeadersLinked\Command\RecalculateMicrolearningProgressCommand::class,
|
4064 |
'recalculate-microlearning-progress' => \LeadersLinked\Command\RecalculateMicrolearningProgressCommand::class,
|
| Línea 4090... |
Línea 4103... |
| 4090 |
|
4103 |
|
| 4091 |
\LeadersLinked\Command\DailyPulseSimulateCommand::class => \LeadersLinked\Factory\Command\DailyPulseSimulateCommandFactory::class,
|
4104 |
\LeadersLinked\Command\DailyPulseSimulateCommand::class => \LeadersLinked\Factory\Command\DailyPulseSimulateCommandFactory::class,
|
| 4092 |
\LeadersLinked\Command\CheckExternalCredentialsCommand::class => \LeadersLinked\Factory\Command\CheckExternalCredentialsCommandFactory::class,
|
4105 |
\LeadersLinked\Command\CheckExternalCredentialsCommand::class => \LeadersLinked\Factory\Command\CheckExternalCredentialsCommandFactory::class,
|
| Línea -... |
Línea 4106... |
| - |
|
4106 |
\LeadersLinked\Command\SendDataToS3Command::class => \LeadersLinked\Factory\Command\SendDataToS3CommandFactory::class,
|
| Línea 4093... |
Línea 4107... |
| 4093 |
\LeadersLinked\Command\SendDataToS3Command::class => \LeadersLinked\Factory\Command\SendDataToS3CommandFactory::class,
|
4107 |
|
| Línea 4094... |
Línea 4108... |
| 4094 |
|
4108 |
\LeadersLinked\Command\ProcessScheduledContentCommand::class => \LeadersLinked\Factory\Command\ProcessScheduledContentCommandFactory::class,
|
| 4095 |
|
4109 |
|