mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-03 14:02:47 +08:00
Think\Parser类调整
代码规范调整
This commit is contained in:
@@ -60,7 +60,7 @@ class Image {
|
||||
}
|
||||
|
||||
// 调用驱动类的方法
|
||||
public static function __callStatic($method, $params){
|
||||
static public function __callStatic($method, $params){
|
||||
if(empty(self::$im)) {
|
||||
self::init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user