*/ use HasFactory; protected $fillable = ['nomor_loker', 'status']; public function penitipan() { return $this->hasMany(Penitipan::class); } }