• Jon Goodger's avatar
    Fix call on non-object in ping() with PDO wrapper · 58956315
    Jon Goodger authored
    Fixes an issue when calling `ping()` where `$this->platform` is null. Happened to me because using the `'pdo'` param bypasses the `connect()` method and the platform is never set without explicitly calling the method.
    
    Not sure if this is the most elegant way to deal with this but it worked enough for my purposes so I figured I should submit a PR.
    58956315
Connection.php 47.8 KB