'array', ]; } protected function formattedCreatedAt(): Attribute { return Attribute::make( get: fn () => $this->created_at?->translatedFormat('l, d F Y H:i'), ); } public function causer(): BelongsTo { return $this->belongsTo(User::class); } }