mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
数组定义规范统一
This commit is contained in:
@@ -29,7 +29,7 @@ class Sqlite {
|
||||
* @param array $options 缓存参数
|
||||
* @access public
|
||||
*/
|
||||
public function __construct($options=array()) {
|
||||
public function __construct($options=[]) {
|
||||
if ( !extension_loaded('sqlite') ) {
|
||||
throw new Exception('_NOT_SUPPERT_:sqlite');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user