hasMany(RecipeStep::class); } public function ingredients() { return $this->hasMany(RecipeProduct::class); } }