Skip to content

Commit 39721f2

Browse files
committed
fixed indentation
1 parent d94420f commit 39721f2

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
@@ -7,7 +7,7 @@ use Symfony\Component\HttpFoundation\UniversalClassLoader;
77
$loader = new UniversalClassLoader();
88
$loader->registerNamespaces(array(
99
'Symfony' => __DIR__.'/src',
10-
'Doctrine\\MongoDB' => __DIR__.'/vendor/doctrine-mongodb/lib',
10+
'Doctrine\\MongoDB' => __DIR__.'/vendor/doctrine-mongodb/lib',
1111
'Doctrine\\ODM\\MongoDB' => __DIR__.'/vendor/doctrine-mongodb-odm/lib',
1212
'Doctrine\\Common\\DataFixtures' => __DIR__.'/vendor/doctrine-data-fixtures/lib',
1313
'Doctrine\\Common' => __DIR__.'/vendor/doctrine-common/lib',

0 commit comments

Comments
 (0)