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;