| Línea 4060... |
Línea 4060... |
| 4060 |
'check-owner-user-for-company' => \LeadersLinked\Command\CheckOwnerUserForCompanyCommand::class,
|
4060 |
'check-owner-user-for-company' => \LeadersLinked\Command\CheckOwnerUserForCompanyCommand::class,
|
| 4061 |
'check-preview-poster-for-feed' => \LeadersLinked\Command\CheckPreviewPosterForFeedCommand::class,
|
4061 |
'check-preview-poster-for-feed' => \LeadersLinked\Command\CheckPreviewPosterForFeedCommand::class,
|
| 4062 |
'daily-pulse-simulate' => \LeadersLinked\Command\DailyPulseSimulateCommand::class,
|
4062 |
'daily-pulse-simulate' => \LeadersLinked\Command\DailyPulseSimulateCommand::class,
|
| 4063 |
'check-external-credenditals' => \LeadersLinked\Command\CheckExternalCredentialsCommand::class,
|
4063 |
'check-external-credenditals' => \LeadersLinked\Command\CheckExternalCredentialsCommand::class,
|
| 4064 |
'send-data-to-s3-command' => \LeadersLinked\Command\SendDataToS3Command::class,
|
4064 |
'send-data-to-s3-command' => \LeadersLinked\Command\SendDataToS3Command::class,
|
| - |
|
4065 |
'test-command' => \LeadersLinked\Command\TestCommand::class,
|
| Línea 4065... |
Línea 4066... |
| 4065 |
|
4066 |
|
| 4066 |
]
|
4067 |
]
|
| 4067 |
],
|
4068 |
],
|
| 4068 |
'listeners' => [
|
4069 |
'listeners' => [
|
| Línea 4097... |
Línea 4098... |
| 4097 |
|
4098 |
|
| 4098 |
\LeadersLinked\Command\DailyPulseSimulateCommand::class => \LeadersLinked\Factory\Command\DailyPulseSimulateCommandFactory::class,
|
4099 |
\LeadersLinked\Command\DailyPulseSimulateCommand::class => \LeadersLinked\Factory\Command\DailyPulseSimulateCommandFactory::class,
|
| 4099 |
\LeadersLinked\Command\CheckExternalCredentialsCommand::class => \LeadersLinked\Factory\Command\CheckExternalCredentialsCommandFactory::class,
|
4100 |
\LeadersLinked\Command\CheckExternalCredentialsCommand::class => \LeadersLinked\Factory\Command\CheckExternalCredentialsCommandFactory::class,
|
| Línea -... |
Línea 4101... |
| - |
|
4101 |
\LeadersLinked\Command\SendDataToS3Command::class => \LeadersLinked\Factory\Command\SendDataToS3CommandFactory::class,
|
| - |
|
4102 |
|
| - |
|
4103 |
|
| 4100 |
\LeadersLinked\Command\SendDataToS3Command::class => \LeadersLinked\Factory\Command\SendDataToS3CommandFactory::class,
|
4104 |
\LeadersLinked\Command\TestCommand::class => \LeadersLinked\Factory\Command\TestCommandFactory::class,
|
| 4101 |
|
4105 |
|
| 4102 |
],
|
4106 |
],
|
| 4103 |
'aliases' => [
|
4107 |
'aliases' => [
|
| 4104 |
// 'leaders-linked-storage' => \LeadersLinked\Service\StorageService::class
|
4108 |
// 'leaders-linked-storage' => \LeadersLinked\Service\StorageService::class
|