<?php
namespace Faker\Container;
use Psr\Container\ContainerInterface as BaseContainerInterface;
interface ContainerInterface extends BaseContainerInterface
{
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository