Commit 8113cef8 authored by PedroLopesUPE's avatar PedroLopesUPE
Browse files

bug fix

parent 10734f70
......@@ -198,7 +198,7 @@ class UserPad extends Model
public function pesquisaCoordenacoes() {
return $this->hasMany(PesquisaCoordeacao::class, 'user_pad_id', 'id');
return $this->hasMany(PesquisaCoordenacao::class, 'user_pad_id', 'id');
}
public function pesquisaLiderancas() {
......
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