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