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/PradoBase.php | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/PradoBase.php') diff --git a/framework/PradoBase.php b/framework/PradoBase.php index acbee859..ec1b8790 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -612,7 +612,6 @@ class PradoBase */ public static function varDump($var,$depth=10,$highlight=false) { - Prado::using('System.Util.TVarDumper'); return TVarDumper::dump($var,$depth,$highlight); } -- cgit v1.2.3