Update documentation to show Rsx.Route() pattern for Ajax calls
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -39,7 +39,7 @@ class DirectAjaxApi_CodeQualityRule extends CodeQualityRule_Abstract
|
||||
* Should use:
|
||||
* await Controller.action(params)
|
||||
* Or:
|
||||
* await Ajax.call('Controller', 'action', params)
|
||||
* await Ajax.call(Rsx.Route('Controller', 'action'), params)
|
||||
*/
|
||||
public function check(string $file_path, string $contents, array $metadata = []): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user