Explorar el Código

edit date form (get promo)

hajar
Siti Hajar Ibrahim hace 5 años
padre
commit
62952841e6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/Http/Controllers/Controller.php

+ 1
- 1
app/Http/Controllers/Controller.php Ver fichero

@@ -132,7 +132,7 @@ class Controller extends BaseController

public function getDatabase(Request $request)
{
$subscriber = Subscriber::where('subscriber_id', $request->email)->first();
$subscriber = Subscriber::where('email', $request->email)->first();

$form = Form::where('_id',$subscriber->_id)->first();
$package = PackageDetail::where('_id',$form->_id)->first();

Cargando…
Cancelar
Guardar