3.3.4
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 thePsr\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.