File "ContainerInterface.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/fakerphp/faker/src/Faker/Container/ContainerInterface.php
File size: 164 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Faker\Container;

use Psr\Container\ContainerInterface as BaseContainerInterface;

interface ContainerInterface extends BaseContainerInterface
{
}