LD 5 роки тому
батько
коміт
5ea3be90bd
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/Http/Controllers/TestController.php

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

@@ -242,7 +242,7 @@ class TestController extends Controller
         return "cacheing get:'$cache'<script>document.write('<br>localStorage:'+localStorage.getItem('storedTest'))</script>";
         return "cacheing get:'$cache'<script>document.write('<br>localStorage:'+localStorage.getItem('storedTest'))</script>";
     }
     }
 
 
-    function t1(ForeignHaiRobotic_taskUpdateRequest $request)
+    function t1(Request $request)
     {
     {
         throw new \Exception('aaaaaa');
         throw new \Exception('aaaaaa');
     }
     }