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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Resolve below TODO:
File: src/lib/items/FractalAction.php::getOptionsRoute()
src/lib/items/FractalAction.php::getOptionsRoute()
public function getOptionsRoute():string { //@TODO: re-check if ($this->prefix && !empty($this->prefixSettings)) { $prefix = $this->prefixSettings['module'] ?? $this->prefix; return trim($prefix, '/').'/'.$this->controllerId.'/options'; } return $this->controllerId.'/options'; }
Part of #10
and
Part of cebe#180
The text was updated successfully, but these errors were encountered:
Merge pull request #36 from php-openapi/35-resolve-todo-re-check-opti…
ca23577
…ons-route-in-fractal-action Resolve TODO: re-check options route in fractal action #35
SOHELAHMED7
Successfully merging a pull request may close this issue.
Resolve below TODO:
File:
src/lib/items/FractalAction.php::getOptionsRoute()
Part of #10
and
Part of cebe#180
The text was updated successfully, but these errors were encountered: