错误内容: Typed property Tinywan\\Validate\\Validate::$currentScene must not be accessed before initialization 代码: ``` validate($request->post(),[ 'device_id' => 'require|number', ]); ``` 助手函数不能这样写吗?
错误内容:
Typed property Tinywan\Validate\Validate::$currentScene must not be accessed before initialization
代码:
助手函数不能这样写吗?