diff options
Diffstat (limited to 'framework/PradoBase.php')
-rw-r--r-- | framework/PradoBase.php | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |