From 692d0ae2f0b830c5e57e4a19d7b355d83c2a253a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 11 Oct 2016 17:32:22 +0800 Subject: [PATCH] Generator.php --- Generator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generator.php b/Generator.php index abeccd09..e05f8637 100644 --- a/Generator.php +++ b/Generator.php @@ -114,7 +114,7 @@ class Pman_Core_Generator extends DB_DataObject_Generator $options['class_location'] = $this->rootDir .'/'.$proj.'/DataObjects'; $options['require_prefix'] = $proj . '/DataObjects/'; $options['class_prefix'] = $proj . '_DataObjects_'; - $this->debug([print_r($options,true)]); + $this->debug(print_r($options,true)); // print_r($this);exit; -- 2.39.2