Explorar o código

Typo fix in getDefaultValueForSection()

Vijayakrishnan %!s(int64=4) %!d(string=hai) anos
pai
achega
2344daaf2e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Http/Controllers/NoteController.php

+ 1 - 1
app/Http/Controllers/NoteController.php

@@ -90,7 +90,7 @@ class NoteController extends Controller
 
                 // for canvas section where we have pro mapped data, use hcpProId
                 $hcpPro = null;
-                if(\request()->input('hcpProUId')) {
+                if(\request()->input('hcpProUid')) {
                     $hcpPro = Pro::where('uid', \request()->input('hcpProUid'))->first();
                 }