Skip to content

Commit b93cbf5

Browse files
committed
Remove deprecated method
1 parent 7693189 commit b93cbf5

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/Database.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -318,20 +318,6 @@ public function close() : bool
318318
return $closed;
319319
}
320320

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-
335321
/**
336322
* Closes the current and opens a new connection with the last config.
337323
*

0 commit comments

Comments
 (0)