-
-
Save fayqLs/fa17d3d33ac0cab98bb13250c4afec00 to your computer and use it in GitHub Desktop.
INSERIR O REGISTRO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$cliente = new Cliente(); | |
$cliente->nome = 'FABRICIO'; | |
$cliente->celular = '(83) 98655-6461'; | |
$cliente->email = '[email protected]'; | |
$cliente->store(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment