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
submeta
Commits
467aa5ea
Commit
467aa5ea
authored
Dec 14, 2022
by
Lucas Henrique
Browse files
Adiciona soft delete para modelo AvaliacaoTrabalho
parent
65ff2e1e
Changes
1
Show whitespace changes
Inline
Side-by-side
app/AvaliacaoTrabalho.php
View file @
467aa5ea
...
@@ -3,9 +3,11 @@
...
@@ -3,9 +3,11 @@
namespace
App
;
namespace
App
;
use
Illuminate\Database\Eloquent\Model
;
use
Illuminate\Database\Eloquent\Model
;
use
Illuminate\Database\Eloquent\SoftDeletes
;
class
AvaliacaoTrabalho
extends
Model
class
AvaliacaoTrabalho
extends
Model
{
{
use
SoftDeletes
;
protected
$fillable
=
[
protected
$fillable
=
[
'nota'
,
'nota'
,
'avaliador_id'
,
'avaliador_id'
,
...
...
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