summaryrefslogtreecommitdiffstats
path: root/php-symfony4-generate-autoloaders.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-25 12:06:43 +0200
committerRemi Collet <remi@remirepo.net>2020-08-25 12:06:43 +0200
commit1f7a7a63da0ff81fec28cb785d7548e550334577 (patch)
tree0bb6a0156391c321edb7b2ce302390c32b2bc8b9 /php-symfony4-generate-autoloaders.php
parent4eda95ecfac1e09058276c0688ce2029fdfa8652 (diff)
fix autoloader path for doctrine/persistence 2
Diffstat (limited to 'php-symfony4-generate-autoloaders.php')
-rwxr-xr-xphp-symfony4-generate-autoloaders.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-symfony4-generate-autoloaders.php b/php-symfony4-generate-autoloaders.php
index 8d10691..c11db07 100755
--- a/php-symfony4-generate-autoloaders.php
+++ b/php-symfony4-generate-autoloaders.php
@@ -59,7 +59,7 @@ final class AutoloadGenerator {
'doctrine/persistence' => [
'prefix' => 'FEDORA_SYMFONY4_PHP_DIR',
'path' => [
- 'Doctrine/Common/Persistence2/autoload.php',
+ 'Doctrine/Persistence2/autoload.php',
'Doctrine/Common/Persistence/autoload.php',
],
],