From b46b4e7acb00715982a8d3543fb22f5ac64c88fe Mon Sep 17 00:00:00 2001 From: David Date: Sat, 11 Jul 2015 12:31:44 +0200 Subject: Added missing use statements in framework --- framework/Data/Common/Pgsql/TPgsqlCommandBuilder.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framework/Data/Common/Pgsql/TPgsqlCommandBuilder.php') 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'); /** -- cgit v1.2.3