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/Util/TCallChain.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/Util/TCallChain.php') diff --git a/framework/Util/TCallChain.php b/framework/Util/TCallChain.php index 03ce60c0..644658da 100644 --- a/framework/Util/TCallChain.php +++ b/framework/Util/TCallChain.php @@ -9,6 +9,8 @@ */ namespace Prado\Util; +use Prado\Collections\TList; +use Prado\Collections\TListIterator; /** * TCallChain is a recursive event calling mechanism. This class implements -- cgit v1.2.3