| Línea 1339... |
Línea 1339... |
| 1339 |
$notification->company_id = $capsule->company_id;
|
1339 |
$notification->company_id = $capsule->company_id;
|
| 1340 |
$notification->user_id = $user_id;
|
1340 |
$notification->user_id = $user_id;
|
| 1341 |
$notification->topic_id = $capsule->topic_id;
|
1341 |
$notification->topic_id = $capsule->topic_id;
|
| 1342 |
$notification->capsule_id = $capsule->id;
|
1342 |
$notification->capsule_id = $capsule->id;
|
| 1343 |
$notification->type = Notification::TYPE_NEW_MICROLEARNING_CAPSULE;
|
1343 |
$notification->type = Notification::TYPE_NEW_MICROLEARNING_CAPSULE;
|
| 1344 |
$notification->message = 'LABEL_NOTIFICATION_NEW_MICROLEARNING_CAPSULE' . ' ' . $capsule->name;
|
1344 |
$notification->message = 'LABEL_NOTIFICATION_NEW_MICROLEARNING_CAPSULE' . ' : ' . $capsule->name;
|
| 1345 |
$notification->url = '/microlearning/capsules/' . $capsule->uuid . '/detail';
|
1345 |
$notification->url = '/microlearning/capsules/' . $capsule->uuid . '/detail';
|
| Línea 1346... |
Línea 1346... |
| 1346 |
|
1346 |
|