Skip to content
This repository was archived by the owner on Jan 4, 2020. It is now read-only.

Commit 1b1ad4e

Browse files
committed
Merge pull request #388 from helieting/master
Update Storage.class.php
2 parents 352a4e6 + 23c1ff4 commit 1b1ad4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ThinkPHP/Library/Think/Storage.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static function connect($type = 'File', $options = array())
3434
self::$handler = new $class($options);
3535
}
3636

37-
public static function __callstatic($method, $args)
37+
public static function __callStatic($method, $args)
3838
{
3939
//调用缓存驱动的方法
4040
if (method_exists(self::$handler, $method)) {

0 commit comments

Comments
 (0)