From 52a6218b5890d65fa1107d104b211475285d92ae Mon Sep 17 00:00:00 2001 From: "Bruno O. Notario" Date: Fri, 22 Mar 2024 21:15:13 -0300 Subject: [PATCH] Added Oracle ORDS handle preference --- system/etc/preferences.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/etc/preferences.json b/system/etc/preferences.json index e210572..1398b20 100644 --- a/system/etc/preferences.json +++ b/system/etc/preferences.json @@ -12,6 +12,7 @@ "Phacil\\Framework\\Api\\Log": "Phacil\\Framework\\Log", "Phacil\\Framework\\Databases\\Api\\LogInterface": "Phacil\\Framework\\Log", "Phacil\\Framework\\Interfaces\\Serializer": "Phacil\\Framework\\Json", - "Phacil\\Framework\\MagiQL\\Api\\Factory": "Phacil\\Framework\\MagiQL\\Factory" + "Phacil\\Framework\\MagiQL\\Api\\Factory": "Phacil\\Framework\\MagiQL\\Factory", + "Phacil\\Framework\\Databases\\Conectors\\Oracle\\ORDS\\Api\\HandleInterface": "Phacil\\Framework\\Databases\\Conectors\\Oracle\\ORDS\\Model\\Handler\\Curl" } } \ No newline at end of file