Skip to content

Instantly share code, notes, and snippets.

@dgafka
Last active February 3, 2024 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgafka/3f17845e85c558ac4fb25ad3a74bc6e4 to your computer and use it in GitHub Desktop.
Save dgafka/3f17845e85c558ac4fb25ad3a74bc6e4 to your computer and use it in GitHub Desktop.
multi-tenancy-05.php
<?php
final readonly class RegisterCustomer
{
public function __construct(public int $customerId, public string $name)
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment