'datetime', ]; /** * Get the redemptions for the promo code. */ public function redemptions(): HasMany { return $this->hasMany(PromoCodeRedemption::class); } }