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
655004e8
Commit
655004e8
authored
Dec 16, 2022
by
alissonalbuquerque
Browse files
add correções
parent
c9e3ba8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Models/UserPad.php
View file @
655004e8
...
...
@@ -3,7 +3,7 @@
namespace
App\Models
;
use
App\Queries\UserPadQuery
;
use
A
pp\Models\Pad
;
use
a
pp\Models\Pad
;
use
App\Models\Util\Status
;
use
Illuminate\Database\Eloquent\Factories\HasFactory
;
use
Illuminate\Database\Eloquent\Model
;
...
...
@@ -23,7 +23,7 @@ class UserPad extends Model
}
public
function
pad
()
{
return
$this
->
belongsTo
(
Pad
::
class
,
'pad_id'
);
return
$this
->
belongsTo
(
Pad
::
class
);
}
public
function
statusAsText
()
{
...
...
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