|
@@ -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');
|
|
|
}
|
|
}
|