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/TDbTransaction.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'framework/Data/TDbTransaction.php') diff --git a/framework/Data/TDbTransaction.php b/framework/Data/TDbTransaction.php index e9c245f9..0226b4ba 100644 --- a/framework/Data/TDbTransaction.php +++ b/framework/Data/TDbTransaction.php @@ -11,6 +11,10 @@ namespace Prado\Data; +use Prado\Exceptions\TDbException; +use Prado\Prado; +use Prado\TPropertyValue; + Prado::using('System.Data.TDbDataReader'); /** -- cgit v1.2.3