Skip to content

Commit a6245eb

Browse files
committed
Replace StimulusBridge with StimulusBundle in docblock
1 parent 0624f13 commit a6245eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/stimulus/Controller.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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' */
88
export default class extends Controller {

0 commit comments

Comments
 (0)