Skip to content

Commit fdb6111

Browse files
committed
Add References section
1 parent 2133995 commit fdb6111

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,11 @@ $profile = $container->get(Profile::class, ['userName' => 'Peter']);
7373

7474
echo $profile->getUserName(); // Peter
7575
```
76+
77+
# References
78+
79+
This simple-container is about implementing this [post](https://medium.com/tech-tajawal/dependency-injection-di-container-in-php-a7e5d309ccc6).
80+
81+
However, this post we refer is incorrect on some approaches.
82+
83+
We decide to implement this PHP package to complete the correct container example.

0 commit comments

Comments
 (0)