File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/fixtures/make-stimulus-controller Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Controller } from '@hotwired/stimulus';
22
33/*
44* The following line makes this controller "lazy": it won't be downloaded until needed
5- * See https://github .com/symfony/stimulus-bridge #lazy-controllers
5+ * See https://symfony .com/bundles/StimulusBundle/current/index.html #lazy-stimulus -controllers
66*/
77/* stimulusFetch: 'lazy' */
88export default class extends Controller {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Controller } from '@hotwired/stimulus';
22
33/*
44* The following line makes this controller "lazy": it won't be downloaded until needed
5- * See https://github .com/symfony/stimulus-bridge #lazy-controllers
5+ * See https://symfony .com/bundles/StimulusBundle/current/index.html #lazy-stimulus -controllers
66*/
77/* stimulusFetch: 'lazy' */
88export default class extends Controller {
You can’t perform that action at this time.
0 commit comments