While writing tests I\'m creating a model using factory $recipe = factory(Recipe::class)->create() but the RecipeFactory has afterCreating
$recipe = factory(Recipe::class)->create()
RecipeFactory
afterCreating