Skip to content

Commit

Permalink
Merge pull request #6741 from W0rma/doctrine-module
Browse files Browse the repository at this point in the history
Replace Doctrine2 with Doctrine module
  • Loading branch information
Naktibalda committed Feb 23, 2024
2 parents 79794a4 + 81f9f80 commit 86121cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Lib/ModuleContainer.php
Expand Up @@ -45,7 +45,7 @@ class ModuleContainer
'Cli' => 'codeception/module-cli',
'DataFactory' => 'codeception/module-datafactory',
'Db' => 'codeception/module-db',
'Doctrine2' => "codeception/module-doctrine2",
'Doctrine' => "codeception/module-doctrine",
'Filesystem' => 'codeception/module-filesystem',
'FTP' => 'codeception/module-ftp',
'Laravel5' => 'codeception/module-laravel5',
Expand Down

0 comments on commit 86121cf

Please sign in to comment.