Commit cc2c32fe authored by KelwinJonas's avatar KelwinJonas
Browse files

valor 7 em notificacao de desligamento

parent b61f4f6f
...@@ -140,7 +140,7 @@ class ProponenteController extends Controller ...@@ -140,7 +140,7 @@ class ProponenteController extends Controller
'destinatario_id' => $trabalho->evento->coordenadorComissao->user_id, 'destinatario_id' => $trabalho->evento->coordenadorComissao->user_id,
'trabalho_id' => $trabalho->id, 'trabalho_id' => $trabalho->id,
'lido' => false, 'lido' => false,
'tipo' => 6, 'tipo' => 7,
]); ]);
$notificacao->save(); $notificacao->save();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment