Unverified Commit 2e5425d7 authored by Kelwin Jonas's avatar Kelwin Jonas Committed by GitHub
Browse files

Merge pull request #190 from KelwinJonas/master

valor 7 em notificacao de desligamento
parents 4c9b600c cc2c32fe
......@@ -140,7 +140,7 @@ class ProponenteController extends Controller
'destinatario_id' => $trabalho->evento->coordenadorComissao->user_id,
'trabalho_id' => $trabalho->id,
'lido' => false,
'tipo' => 6,
'tipo' => 7,
]);
$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