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/TDbConnection.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'framework/Data/TDbConnection.php') diff --git a/framework/Data/TDbConnection.php b/framework/Data/TDbConnection.php index e807d618..4a46daa3 100644 --- a/framework/Data/TDbConnection.php +++ b/framework/Data/TDbConnection.php @@ -18,8 +18,6 @@ use Prado\Exceptions\TDbException; use Prado\Prado; use Prado\TPropertyValue; -Prado::using('System.Data.TDbTransaction'); -Prado::using('System.Data.TDbCommand'); /** * TDbConnection class @@ -441,7 +439,6 @@ class TDbConnection extends \Prado\TComponent { if($this->_dbMeta===null) { - Prado::using('System.Data.Common.TDbMetaData'); $this->_dbMeta = TDbMetaData::getInstance($this); } return $this->_dbMeta; -- cgit v1.2.3