Skip to content

Commit

Permalink
deprecate getPDO
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Jun 17, 2021
1 parent 95327fd commit e1e51eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/Espo/ORM/EntityManager.php
Expand Up @@ -448,7 +448,7 @@ public function getMetadata(): Metadata
}

/**
* Get a PDO instance.
* @deprecated
*/
public function getPDO(): PDO
{
Expand Down

0 comments on commit e1e51eb

Please sign in to comment.