8000 [make:stimulus-controller] Add `classes` support, generate usage code, fix doc, add tests by smnandre · Pull Request #1631 · symfony/maker-bundle · GitHub
[go: up one dir, main page]

Skip to content
8000

[make:stimulus-controller] Add classes support, generate usage code, fix doc, add tests #1631

New issue

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

Merged
merged 12 commits into from
Jan 24, 2025
Merged
Next Next commit
Replace StimulusBridge with StimulusBundle in docblock
  • Loading branch information
smnandre committed Dec 25, 2024
commit a6245eb355dbd733ed0c8b3b53cfc4c6a396e069
2 changes: 1 addition & 1 deletion templates/stimulus/Controller.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* The following line makes this controller "lazy": it won't be downloaded until needed
* See https://github.com/symfony/stimulus-bridge#lazy-controllers
* See https://symfony.com/bundles/StimulusBundle/current/index.html#lazy-stimulus-controllers
*/
/* stimulusFetch: 'lazy' */
export default class extends Controller {
Expand Down
0