summaryrefslogtreecommitdiff
path: root/framework/Data/Common/Pgsql/TPgsqlCommandBuilder.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Data/Common/Pgsql/TPgsqlCommandBuilder.php')
-rw-r--r--framework/Data/Common/Pgsql/TPgsqlCommandBuilder.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/Data/Common/Pgsql/TPgsqlCommandBuilder.php b/framework/Data/Common/Pgsql/TPgsqlCommandBuilder.php
index d9d0c987..10905a4b 100644
--- a/framework/Data/Common/Pgsql/TPgsqlCommandBuilder.php
+++ b/framework/Data/Common/Pgsql/TPgsqlCommandBuilder.php
@@ -11,6 +11,9 @@
namespace Prado\Data\Common\Pgsql;
+use Prado\Data\Common\TDbCommandBuilder;
+use Prado\Prado;
+
Prado::using('System.Data.Common.TDbCommandBuilder');
/**