Skip to content

1.1.1

Compare
Choose a tag to compare
@mnapoli mnapoli released this 31 Jul 10:11
· 32 commits to master since this release

The container can now be injected by type-hinting Interop\Container\ContainerInterface in controllers.

$app->post('/', function (ContainerInterface $container) {
    // ...
});