This website works better with JavaScript
Home
Explore
Help
Register
Sign In
michel
/
psr11-di
mirror of
https://github.com/michelphp/psr11-di
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
47e416fae3
Branches
Tags
main
1.0.0
psr11-di
/
tests
/
TestClass
/
Database.php
Database.php
93 B
History
Raw
1
2
3
4
5
6
7
8
9
10
<?php
namespace Test\Michel\DependencyInjection\TestClass;
class Database
{
}