Skip to content

Commit

Permalink
Add a deprecated notice to help users to prep for upgrading to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
srjlewis committed Nov 15, 2024
1 parent 3827535 commit 7362cda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ExtendedPdo.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ public function __construct(
*
* Connects to the database.
*
* @deprecated use establishConnection() as future versions will be using establishConnection()
*
* @return void
*/
public function connect(): void
Expand Down

0 comments on commit 7362cda

Please sign in to comment.