Meta-fields for InvoiceTemplate, structured Customer address (#5519)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user