Skip to content

Commit 259a431

Browse files
committed
renaming the pattern loader to denote that it's just for partials
1 parent ca899ee commit 259a431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PatternLab/PatternEngine/Twig/Loaders/Twig/PatternLoader.php renamed to src/PatternLab/PatternEngine/Twig/Loaders/Twig/PatternPartialLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
use \PatternLab\PatternEngine\Util;
1717

18-
class PatternLoader implements \Twig_LoaderInterface, \Twig_ExistsLoaderInterface {
18+
class PatternPartialLoader implements \Twig_LoaderInterface, \Twig_ExistsLoaderInterface {
1919

2020
/** Identifier of the main namespace. */
2121
const MAIN_NAMESPACE = '__main__';

0 commit comments

Comments
 (0)