We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7693189 commit b93cbf5Copy full SHA for b93cbf5
src/Database.php
@@ -318,20 +318,6 @@ public function close() : bool
318
return $closed;
319
}
320
321
- /**
322
- * Pings the server, or tries to reconnect if the connection has gone down.
323
- *
324
- * @return bool
325
326
- * @deprecated
327
328
- * @codeCoverageIgnore
329
- */
330
- public function ping() : bool
331
- {
332
- return $this->mysqli->ping();
333
- }
334
-
335
/**
336
* Closes the current and opens a new connection with the last config.
337
*
0 commit comments