Commit 467aa5ea authored by Lucas Henrique's avatar Lucas Henrique
Browse files

Adiciona soft delete para modelo AvaliacaoTrabalho

parent 65ff2e1e
......@@ -3,9 +3,11 @@
namespace App;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
class AvaliacaoTrabalho extends Model
{
use SoftDeletes;
protected $fillable = [
'nota',
'avaliador_id',
......
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