modify
This commit is contained in:
@@ -154,8 +154,9 @@ abstract class BaseApplication extends Service
|
||||
*/
|
||||
public function parseInt($config)
|
||||
{
|
||||
$_config = Snowflake::app()->getConfig();
|
||||
foreach ($config as $key => $value) {
|
||||
Config::set($key, $value);
|
||||
$_config->setData($key, $value);
|
||||
}
|
||||
if ($storage = Config::get('storage', 'storage')) {
|
||||
if (!str_contains($storage, APP_PATH)) {
|
||||
|
||||
Reference in New Issue
Block a user