Skip to content

Commit f653053

Browse files
committed
Merge branch 'main' of https://github.com/JLB-101/phpbasics
2 parents 2d528ae + 15f11f5 commit f653053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17_oop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function print_User() {
8383
echo "<hr>";
8484

8585
//vardump($user1);
86-
$user1->$email = "Juliao@outlook.com*";
86+
$user1->$email = "Juliao@outlook.com";
8787
$user1->$password = "############";
8888
var_dump($user1);
8989
echo "<hr>";

0 commit comments

Comments
 (0)