We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We're upgrading to Symfony 4 and beyond and are having issues accessing the thruway.details in our controller that has the RPC's method.
thruway.details
We get the error the service 'thruway.details' is not defined.
/** * @Register("ssd.rpc.lock", worker="realm1") */ public function lockAction() { $details = $this->get('thruway.details'); $session = $details->getDetails()->caller; $ids = $details->getArgsKw()->id; $options = json_decode(json_encode($details->getArgsKw()->options), true); $authid = $details->getDetails()->authid; ... }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We're upgrading to Symfony 4 and beyond and are having issues accessing the
thruway.details
in our controller that has the RPC's method.We get the error the service 'thruway.details' is not defined.
The text was updated successfully, but these errors were encountered: