This commit is contained in:
2020-10-28 16:01:36 +08:00
parent dfb31ee2a2
commit aae349efdd
2 changed files with 57 additions and 13 deletions
+2 -2
View File
@@ -58,9 +58,9 @@ abstract class BaseApplication extends Service
/**
* @var string
*/
public $storage = APP_PATH . '/storage';
public string $storage = APP_PATH . '/storage';
public $envPath = APP_PATH . '/.env';
public string $envPath = APP_PATH . '/.env';
/**
* Init constructor.