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.