Call to undefined method Illumin

2017-11-27  本文已影响15人  9b559869875b

https://stackoverflow.com/a/40965061

You are using:

Illuminate\Http\Response

and should use this instead:

\Response

Type:

useResponse;

Don't type:

useIlluminate\Http\Response;

上一篇 下一篇

猜你喜欢

热点阅读