We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca899ee commit 259a431Copy full SHA for 259a431
src/PatternLab/PatternEngine/Twig/Loaders/Twig/PatternLoader.php renamed to src/PatternLab/PatternEngine/Twig/Loaders/Twig/PatternPartialLoader.php
@@ -15,7 +15,7 @@
15
16
use \PatternLab\PatternEngine\Util;
17
18
-class PatternLoader implements \Twig_LoaderInterface, \Twig_ExistsLoaderInterface {
+class PatternPartialLoader implements \Twig_LoaderInterface, \Twig_ExistsLoaderInterface {
19
20
/** Identifier of the main namespace. */
21
const MAIN_NAMESPACE = '__main__';
0 commit comments