Skip to content

Commit

Permalink
Relocate helper class so it's found by the autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle McGrogan authored and alquerci committed Apr 13, 2024
1 parent ae5e9ba commit 3c0676d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Doctrine/Export.php
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ public function exportClasses(array $classes)
}
}

Doctrine_Transaction_Helper::commitIfInTransaction($connection);
Doctrine_TransactionHelper::commitIfInTransaction($connection);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* @version $Revision$
* @author Kyle McGrogan <mcgrogan91@gmail.com>
*/
final class Doctrine_Transaction_Helper
final class Doctrine_TransactionHelper
{
public static function commitIfInTransaction(Doctrine_Connection $connection): void
{
Expand Down

0 comments on commit 3c0676d

Please sign in to comment.