diff options
Diffstat (limited to 'framework/Data/Common/Mysql/TMysqlTableColumn.php')
-rw-r--r-- | framework/Data/Common/Mysql/TMysqlTableColumn.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/Data/Common/Mysql/TMysqlTableColumn.php b/framework/Data/Common/Mysql/TMysqlTableColumn.php index ef1e35c9..3158cacf 100644 --- a/framework/Data/Common/Mysql/TMysqlTableColumn.php +++ b/framework/Data/Common/Mysql/TMysqlTableColumn.php @@ -17,7 +17,6 @@ namespace Prado\Data\Common\Mysql; use Prado\Data\Common\TDbTableColumn; use Prado\Prado; -Prado::using('System.Data.Common.TDbTableColumn'); /** * Describes the column metadata of the schema for a Mysql database table. |