$database->connection()
Returns the currently active connection
$database->connection(): PDO|null
Return types
PDOornull
This method modifies the existing $database object it is applied to and returns it again.
Returns the currently active connection
$database->connection(): PDO|null
PDOornull
This method modifies the existing $database object it is applied to and returns it again.