mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
改进Request类 filter属性的初始化
This commit is contained in:
@@ -128,7 +128,9 @@ class Request
|
|||||||
$this->$name = $item;
|
$this->$name = $item;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->filter = Config::get('default_filter');
|
if (is_null($this->filter)) {
|
||||||
|
$this->filter = Config::get('default_filter');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function __call($method, $args)
|
public function __call($method, $args)
|
||||||
|
|||||||
Reference in New Issue
Block a user