'int', ]; /** * Get the Recipe this step belongs to. */ public function recipe(): BelongsTo { return $this->belongsTo(Recipe::class); } }