Closed meletisf closed 3 years ago
This PR fixes an issue (as seen on #4) where Laravel Debugbar forces it's code in to the Calendar index() response.
index()
By properly returning the response using response()->json() we eliminate the issue.
response()->json()
@meletisf Thanks!
This PR fixes an issue (as seen on #4) where Laravel Debugbar forces it's code in to the Calendar
index()
response.By properly returning the response using
response()->json()
we eliminate the issue.