Hi. Docs saying > Remove --nullable flag if all models of this type must be reacterable: > > $ php artisan love:setup-reacterable --model="App\User" How should it work if you observe Created event which is fired after model is inserted into DB (which is not possible with non-nullable field)..?