diff options
Diffstat (limited to 'framework/Data/Common/Sqlite/TSqliteTableColumn.php')
-rw-r--r-- | framework/Data/Common/Sqlite/TSqliteTableColumn.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/Data/Common/Sqlite/TSqliteTableColumn.php b/framework/Data/Common/Sqlite/TSqliteTableColumn.php index daf427f7..af6c4e91 100644 --- a/framework/Data/Common/Sqlite/TSqliteTableColumn.php +++ b/framework/Data/Common/Sqlite/TSqliteTableColumn.php @@ -17,7 +17,6 @@ namespace Prado\Data\Common\Sqlite; 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. |