From 1f7a7a63da0ff81fec28cb785d7548e550334577 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Aug 2020 12:06:43 +0200 Subject: fix autoloader path for doctrine/persistence 2 --- php-symfony4-generate-autoloaders.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-symfony4-generate-autoloaders.php') 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', ], ], -- cgit