安正超

Results 163 comments of 安正超

Yes, indeed, the current version doesn't work for your scenario, but I can look into the next major version 6.x to support your scenario, and for now, you can consider...

@gantoday @einst 很快

这个只是用户端,管理后台目前还没有开源哈,敬请期待😊

maybe you can refresh() after revert the model.

@tasinttttttt Yes, but I think it's wrong before: **Before** ```php $post = Post::create(['title' => 'version1', 'content' => 'version1 content']); $post->update(['title' => 'version2', 'extends' => ['foo' => 'bar']]); dd($post->versions[1]->contents['extends']); # output...