Skip to content

Commit

Permalink
Increase jane's salary
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse authored Mar 21, 2017
1 parent 6e349dd commit ff9c771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ And then it can be used as
```php
// Prepare the employees
$john = new Developer('John Doe', 12000);
$jane = new Designer('Jane', 10000);
$jane = new Designer('Jane Doe', 15000);

// Add them to organization
$organization = new Organization();
Expand Down

0 comments on commit ff9c771

Please sign in to comment.