feat(Notification & membership route)

This commit is contained in:
2025-10-26 00:16:25 +02:00
parent 868b9a837b
commit ac0a89e34d
19 changed files with 393 additions and 279 deletions

View File

@@ -59,7 +59,7 @@ class Membership extends Model
public static function getAttributeLabel(string $attribute): string
{
return __("membership.fields.$attribute");
return __("memberships.fields.$attribute");
}
public function member(): BelongsTo