mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
改进Build类
This commit is contained in:
@@ -198,7 +198,7 @@ class Build
|
|||||||
}
|
}
|
||||||
$filename = APP_PATH . ($module ? $module . DS : '') . 'common.php';
|
$filename = APP_PATH . ($module ? $module . DS : '') . 'common.php';
|
||||||
if (!is_file($filename)) {
|
if (!is_file($filename)) {
|
||||||
file_put_contents($filename, "<?php\n;");
|
file_put_contents($filename, "<?php\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user