diff options
Diffstat (limited to 'php-symfony4-generate-autoloaders.php')
-rwxr-xr-x | php-symfony4-generate-autoloaders.php | 2 |
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', ], ], |