Meta-fields for InvoiceTemplate, structured Customer address (#5519)

This commit is contained in:
Kevin Papst
2025-11-02 11:24:17 +01:00
committed by GitHub
parent 76821c24ed
commit cc64acf0f8
72 changed files with 2111 additions and 801 deletions

View File

@@ -10,10 +10,12 @@
namespace App\Utils;
use App\Entity\User;
use Symfony\Component\DependencyInjection\Attribute\Exclude;
#[Exclude]
final class Context
{
public function __construct(private User $user)
public function __construct(private readonly User $user)
{
}