Skip to content

Commit ff9c771

Browse files
Increase jane's salary
1 parent 6e349dd commit ff9c771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ And then it can be used as
883883
```php
884884
// Prepare the employees
885885
$john = new Developer('John Doe', 12000);
886-
$jane = new Designer('Jane', 10000);
886+
$jane = new Designer('Jane Doe', 15000);
887887

888888
// Add them to organization
889889
$organization = new Organization();

0 commit comments

Comments
 (0)