Skip to content

Commit

Permalink
Deprecate Connection::hasDsnString
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed May 23, 2024
1 parent 51bee37 commit 11c2672
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ public function disconnect()

/**
* Determine if the given configuration array has a dsn string.
*
* @deprecated
*/
protected function hasDsnString(array $config): bool
{
Expand Down

0 comments on commit 11c2672

Please sign in to comment.