You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Running larastan static analysis on inertia-laravel I wonder how you can make sure that $prop->toResponse($request) is a JsonResponse thus having the getData method.
Please advise.
------ -----------------------------------------------------------------------------------
Line src/Response.php
------ -----------------------------------------------------------------------------------
74 Call to an undefined method Symfony\Component\HttpFoundation\Response::getData().
------ -----------------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
inertia-laravel/src/Response.php
Lines 73 to 75 in 726b1e0
Hello! Running larastan static analysis on inertia-laravel I wonder how you can make sure that
$prop->toResponse($request)
is aJsonResponse
thus having thegetData
method.Please advise.
The text was updated successfully, but these errors were encountered: