Skip to content

Instantly share code, notes, and snippets.

@tadeubdev
Last active February 9, 2022 18:36
Show Gist options
  • Save tadeubdev/51d62e864c14e3df3a89423245abd428 to your computer and use it in GitHub Desktop.
Save tadeubdev/51d62e864c14e3df3a89423245abd428 to your computer and use it in GitHub Desktop.
<?php
class CadastraUsuario
{
public function __construct(
string $nome,
string $email,
string $cpf,
string $endereco,
string $numero,
string $cep,
string $bairro,
string $cidade,
string $estado,
string $telefoneUm,
string $telefoneDois,
string $nomeEmpresa,
string $enderecoEmpresa,
string $cnpjEmpresa
) {
//
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment