notifications working
This commit is contained in:
parent
699c0bfa1d
commit
8ae00d7657
8 changed files with 28 additions and 202 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
return function($projectManagers, $notificationId) {
|
||||
foreach ($projectManagers as $projectManager) {
|
||||
return function($project, $notificationId) {
|
||||
foreach ($project->managers() as $projectManager) {
|
||||
try {
|
||||
$notifications = $projectManager->notifications()->isNotEmpty()
|
||||
? Yaml::decode($projectManager->notifications()->value())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue