griffin-php / griffin

Griffin is a Graph-Oriented Migration Framework for PHP
MIT License
14 stars 0 forks source link

Use a Container Interface #3

Open wandersonwhcr opened 3 years ago

wandersonwhcr commented 3 years ago

We can create a Griffin\Migration\ContainerInterface to define a contract. After that, we can implement other types of containers with new features, like lazy loading or dependency injection.