hasMany(BookingFoto::class, 'id_paket'); } public function user() { return $this->belongsTo(User::class, 'id_user'); } }