diff --git a/Think/Create.php b/Think/Create.php index 0ba33a4f..aef7a68f 100644 --- a/Think/Create.php +++ b/Think/Create.php @@ -46,13 +46,13 @@ class Create { case 'Controller':// 控制器 $filename = ucwords($val).$path; if(!is_file(APP_PATH.$module.'/'.$path.'/'.$filename.'.php')) { - file_put_contents(APP_PATH.$module.'/'.$path.'/'.$filename.'.php',"