Ver código fonte

Merge branch 'dev' into pre

LuluFJ.Ho 2 anos atrás
pai
commit
ac6ca3d3a0

+ 1
- 0
app/Http/Controllers/Api/SeminarSignUpController.php Ver arquivo

@@ -22,6 +22,7 @@ class SeminarSignUpController extends ApiController
22 22
     // save data to db
23 23
     public function insertData(StoreRequest $request)
24 24
     {
25
+        dd(123);
25 26
         $name = $this->safeEncrypt($request->input('name', 'name'), 'arm');
26 27
         $email = $this->safeEncrypt($request->input('email', 'email'), 'arm');
27 28
         $mobile = $this->safeEncrypt($request->input('mobile', 'mobile'), 'arm');