Skip to content

3.3.4

Compare
Choose a tag to compare
@lucatume lucatume released this 20 Jun 06:50
· 15 commits to master since this release

3.3.4

Added

  • Implement the Container::__clone method to clone the container accessory classes correctly upon cloning.

Changed

  • The Container::__construct method will bind itself to the Psr\Container\ContainerInterface interface as a singleton.
  • If the Container class is extended, it will bind itself to the extended class in the __construct and __clone methods.