Skip to content

Commit 69379be

Browse files
author
Dominik Liebler
committed
Merge pull request DesignPatternsPHP#183 from lcdss/master
Add missed EAV pattern to readme.md file
2 parents 8e96978 + 97eecc5 commit 69379be

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

More/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
* [Delegation](Delegation) [:notebook:](http://en.wikipedia.org/wiki/Delegation_pattern)
44
* [ServiceLocator](ServiceLocator) [:notebook:](http://en.wikipedia.org/wiki/Service_locator_pattern)
55
* [Repository](Repository)
6+
* [EAV](More/EAV) [:notebook:](https://en.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ The patterns can be structured in roughly three different categories. Please cli
8787
* [Delegation](More/Delegation) [:notebook:](http://en.wikipedia.org/wiki/Delegation_pattern)
8888
* [ServiceLocator](More/ServiceLocator) [:notebook:](http://en.wikipedia.org/wiki/Service_locator_pattern)
8989
* [Repository](More/Repository)
90+
* [EAV](More/EAV) [:notebook:](https://en.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model)
9091

9192
## Contribute
9293

0 commit comments

Comments
 (0)