Skip to content

Commit

Permalink
remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Radhi Guennichi committed Feb 19, 2021
1 parent a9c9489 commit 86a9e85
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Dynamic Property Loader Library

[![Build Status](https://travis-ci.com/mradhi/property-loader.svg?branch=main)](https://travis-ci.com/mradhi/property-loader)
[![Coverage Status](https://coveralls.io/repos/github/mradhi/property-loader/badge.svg?branch=main)](https://coveralls.io/github/mradhi/property-loader?branch=main)

A PHP library to dynamically load object properties using custom handlers (useful for DTO's). It comes
with two `ClassMetadata` mapping loaders.
Expand Down Expand Up @@ -116,9 +115,6 @@ As you can see here, we added the new custom loader inside the Person class,
in our case, we want to load the property "email" based on the value of the
"name" property.

**@Load\Aware** annotation is used to tell our PropertyLoader library, that we want
to cascade the dynamic load for that custom object too.

Now, it's time to see how things are going for our Person object:

```php
Expand Down

0 comments on commit 86a9e85

Please sign in to comment.