Skip to content

Commit

Permalink
Update Database.php
Browse files Browse the repository at this point in the history
don't destroy default dns on reset
  • Loading branch information
christopheg authored Jul 31, 2018
1 parent 2014168 commit 9e5d6f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Skeleton/Database/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public static function Get($dsn = null, $use_as_default = false) {
*/
public static function Reset() {
self::$proxy = [];
self::$default_dsn = null;
self::$pids = [];
}
}

0 comments on commit 9e5d6f2

Please sign in to comment.