8000 fixed autoloader · symfony/symfony@f1e8c1b · GitHub
[go: up one dir, main page]

Skip to content

Commit f1e8c1b

Browse files
committed
fixed autoloader
1 parent 6bb
D26B
9075 commit f1e8c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload.php.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $loader->registerPrefixes(array(
1818
'Twig_' => __DIR__.'/vendor/twig/lib',
1919
));
2020
$loader->registerPrefixFallbacks(array(
21-
__DIR__.'/vendor/symfony/src/Symfony/Component/Locale/Resources/stubs',
21+
__DIR__.'/src/Symfony/Component/Locale/Resources/stubs',
2222
));
2323
$loader->register();
2424

0 commit comments

Comments
 (0)
0