mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-03 22:01:38 +08:00
Create类更名为Build
This commit is contained in:
@@ -8,15 +8,14 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace think;
|
||||
|
||||
class Create
|
||||
class Build
|
||||
{
|
||||
public static function build($build)
|
||||
public static function run($build)
|
||||
{
|
||||
// 锁定
|
||||
$lockfile = APP_PATH . 'create.lock';
|
||||
$lockfile = APP_PATH . 'build.lock';
|
||||
if (is_writable($lockfile)) {
|
||||
return;
|
||||
} else {
|
||||
Reference in New Issue
Block a user