File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/PatternLab/PatternEngine/Twig/Loaders Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public function __construct($options = array()) {
63
63
$ dispatcherInstance ->dispatch ("twigLoader.customize " );
64
64
$ dispatcherInstance ->dispatch ("twigFilesystemLoader.customize " );
65
65
66
- // add node visitor
66
+ // get the instance
67
67
$ this ->instance = TwigUtil::getInstance ();
68
68
69
69
}
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ public function __construct($options = array()) {
93
93
$ dispatcherInstance ->dispatch ("twigLoader.customize " );
94
94
$ dispatcherInstance ->dispatch ("twigPatternLoader.customize " );
95
95
96
- // add node visitor
96
+ // get the instance
97
97
$ this ->instance = TwigUtil::getInstance ();
98
98
99
99
}
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function __construct($options = array()) {
69
69
$ dispatcherInstance ->dispatch ("twigLoader.customize " );
70
70
$ dispatcherInstance ->dispatch ("twigStringLoader.customize " );
71
71
72
- // add node visitor
72
+ // get the instance
73
73
$ this ->instance = TwigUtil::getInstance ();
74
74
75
75
}
You can’t perform that action at this time.
0 commit comments