This commit is contained in:
2021-03-25 16:57:40 +08:00
parent 99d3bc1d8a
commit 3ff158c337
7 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -56,9 +56,9 @@ abstract class BaseApplication extends Service
/**
* @var string
*/
public string $storage = APP_PATH . '/storage';
public string $storage = APP_PATH . 'storage';
public string $envPath = APP_PATH . '/.env';
public string $envPath = APP_PATH . '.env';
/**
* Init constructor.
+1 -1
View File
@@ -275,7 +275,7 @@ class ServerInotify extends Process
return FALSE;
}
if (in_array($dir, [APP_PATH . '/config', APP_PATH . '/commands', APP_PATH . '/.git', APP_PATH . '/.gitee'])) {
if (in_array($dir, [APP_PATH . 'config', APP_PATH . 'commands', APP_PATH . '.git', APP_PATH . '.gitee'])) {
return FALSE;
}