Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
pad-upe
Commits
8113cef8
Commit
8113cef8
authored
Jun 17, 2023
by
PedroLopesUPE
Browse files
bug fix
parent
10734f70
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Models/UserPad.php
View file @
8113cef8
...
...
@@ -198,7 +198,7 @@ class UserPad extends Model
public
function
pesquisaCoordenacoes
()
{
return
$this
->
hasMany
(
PesquisaCoordeacao
::
class
,
'user_pad_id'
,
'id'
);
return
$this
->
hasMany
(
PesquisaCoorde
n
acao
::
class
,
'user_pad_id'
,
'id'
);
}
public
function
pesquisaLiderancas
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment