-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
增加了setAppPath方法
Originally posted by @liu21st in #39 (comment)
没太明白这个的用法
或许把 setApp 方法中的
$appPath = $this->path ?: $this->app->getBasePath() . $appName . DIRECTORY_SEPARATOR;
改为
$appPath = $this->app->http->getPath() ?: $this->app->getBasePath() . $appName . DIRECTORY_SEPARATOR;
就好
Metadata
Metadata
Assignees
Labels
No labels