Package name fix

This commit is contained in:
Vízhányó Balázs
2023-05-29 14:48:23 +02:00
parent bcf9d9688f
commit b1e68f18b0
14 changed files with 21 additions and 21 deletions

View File

@@ -9,7 +9,7 @@ class Config {
factory Config.fromJson(Map json) {
return Config(
userAgent: json["user_agent"] ?? "hu.filc.naplo/\$0/\$1/\$2",
userAgent: json["user_agent"] ?? "hu.refilc.naplo/\$0/\$1/\$2",
json: json,
);
}