From 92ee7558c6b6dd2461b645cb1f19a81ef8c50db5 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 8 Aug 2015 22:48:07 +0200 Subject: Removed redundand Prado::using statements --- framework/Data/Common/Oracle/TOracleTableColumn.php | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/Data/Common/Oracle/TOracleTableColumn.php') diff --git a/framework/Data/Common/Oracle/TOracleTableColumn.php b/framework/Data/Common/Oracle/TOracleTableColumn.php index 9b9c0ce0..4dc7e457 100644 --- a/framework/Data/Common/Oracle/TOracleTableColumn.php +++ b/framework/Data/Common/Oracle/TOracleTableColumn.php @@ -17,7 +17,6 @@ namespace Prado\Data\Common\Oracle; use Prado\Data\Common\TDbTableColumn; use Prado\Prado; -Prado::using('System.Data.Common.TDbTableColumn'); /** * Describes the column metadata of the schema for a PostgreSQL database table. -- cgit v1.2.3