有些场景下,我不需要使用表单来提交数据进行用户注册,我需要直接在控制器里进行注册,我调用下面的方法。
\Illuminate\Foundation\Auth\RegistersUsers::postRegister($data);
我直接调用这个方法,会提示错误。
Non-static method Illuminate\Foundation\Auth\RegistersUsers::postRegister() should not be called statically, assuming $this from incompatible context