*/ protected $table = "kartukendali"; protected $fillable = [ 'user_id', 'tahun', 'bulan', 'minggu', 'jumlah', ]; /** * The attributes that should be hidden for serialization. * * @var array */ protected $hidden = [ 'updated_at', 'created_at' ]; }