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/I18N/TNumberFormat.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework/I18N/TNumberFormat.php') diff --git a/framework/I18N/TNumberFormat.php b/framework/I18N/TNumberFormat.php index c452ad56..7b114afb 100644 --- a/framework/I18N/TNumberFormat.php +++ b/framework/I18N/TNumberFormat.php @@ -18,12 +18,10 @@ use Prado\Exceptions\TInvalidDataValueException; use Prado\I18N\core\NumberFormat; use Prado\Prado; -Prado::using('System.I18N.core.NumberFormat'); /** * Get the parent control class. */ -Prado::using('System.I18N.TI18NControl'); /** * To format numbers in locale sensitive manner use -- cgit v1.2.3