diff --git a/src/SPC/store/Config.php b/src/SPC/store/Config.php index ad837dbc..16f925c6 100644 --- a/src/SPC/store/Config.php +++ b/src/SPC/store/Config.php @@ -137,7 +137,7 @@ class Config if (!isset(self::$ext[$name])) { throw new WrongUsageException('ext [' . $name . '] is not supported yet'); } - return self::$ext[$name]['target'] ?? ['static']; + return self::$ext[$name]['target'] ?? ['static', 'shared']; } /**