Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add establishConnection() for interoperability with future versions #230

Merged
merged 8 commits into from
Dec 15, 2024
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If you want to force a connection, call the `establishConnection()` method.

> Previous `connect()` method has been deprecated due to the introduction of
> ```PDO::connect()``` in [PHP 8.4](https://www.php.net/releases/8.4/en.php#pdo_driver_specific_subclasses),
> so we encourage users tp use `establishConnection()` instead.
> so we encourage users t0 use `establishConnection()` instead.
srjlewis marked this conversation as resolved.
Show resolved Hide resolved

```php
// does not connect to the database
Expand Down
Loading