Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 209 Bytes

container.md

File metadata and controls

11 lines (9 loc) · 209 Bytes

Container

Introduction

How to use:

$container = container();
$service = container('config');
$service = container(\TinyFramework\Core\ConfigInterface::class);