function(string $db_name) { // Sets the history table name if ( Str::checkName($db_name) ){ self::$admin_db = $db_name; self::$table = self::$admin_db.'.'.self::$prefix.'history'; } }