update readme
This commit is contained in:
parent
40bd7df272
commit
c3618fd3f5
88 changed files with 7546 additions and 176 deletions
10
implementation/16-caching/src/Factory/ContainerProvider.php
Normal file
10
implementation/16-caching/src/Factory/ContainerProvider.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
namespace Lubian\NoFramework\Factory;
|
||||
|
||||
use Psr\Container\ContainerInterface;
|
||||
|
||||
interface ContainerProvider
|
||||
{
|
||||
public function getContainer(): ContainerInterface;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue