Laravel factory create without calling afterCreating callback

后端 未结 0 1624
长发绾君心
长发绾君心 2020-12-08 14:12

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题