*/ protected $table = "classification"; protected $fillable = [ 'user_id', 'nilai', 'hasil_kelas', ]; /** * The attributes that should be hidden for serialization. * * @var array */ protected $hidden = [ 'updated_at', 'created_at' ]; }