*/ protected $table = "jadwal"; protected $fillable = [ 'tutor_id', 'kelas', 'hari', 'jam', ]; /** * The attributes that should be hidden for serialization. * * @var array */ protected $hidden = [ 'updated_at', 'created_at' ]; }