'array', ]; public const TABLE_NAME = 'food_review_replies'; protected $table = self::TABLE_NAME; public function review(): BelongsTo { return $this->belongsTo(FoodReview::class); } }