提交的内容
This commit is contained in:
2
vendor/topthink/think-orm/src/db/Where.php
vendored
Executable file → Normal file
2
vendor/topthink/think-orm/src/db/Where.php
vendored
Executable file → Normal file
@ -168,7 +168,7 @@ class Where implements ArrayAccess
|
||||
$this->__unset($name);
|
||||
}
|
||||
|
||||
public function offsetGet(mixed $name)
|
||||
public function offsetGet(mixed $name): mixed
|
||||
{
|
||||
return $this->__get($name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user