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
7f7a8a40
Commit
7f7a8a40
authored
Apr 16, 2023
by
alissonalbuquerque
Browse files
add correção de case-sensitive de PAD::class para Pad::class
parent
4a77de7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Models/AvaliadorPad.php
View file @
7f7a8a40
...
@@ -25,7 +25,7 @@ class AvaliadorPad extends Model
...
@@ -25,7 +25,7 @@ class AvaliadorPad extends Model
}
}
public
function
pad
()
{
public
function
pad
()
{
return
$this
->
belongsTo
(
P
AD
::
class
);
return
$this
->
belongsTo
(
P
ad
::
class
);
}
}
public
function
user
()
{
public
function
user
()
{
...
...
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