mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
Request类的架构方法改为protected
This commit is contained in:
@@ -124,10 +124,10 @@ class Request
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 架构函数
|
* 架构函数
|
||||||
* @access public
|
* @access protected
|
||||||
* @param array $options 参数
|
* @param array $options 参数
|
||||||
*/
|
*/
|
||||||
public function __construct($options = [])
|
protected function __construct($options = [])
|
||||||
{
|
{
|
||||||
foreach ($options as $name => $item) {
|
foreach ($options as $name => $item) {
|
||||||
if (property_exists($this, $name)) {
|
if (property_exists($this, $name)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user