Files
glastree/vendor/fakerphp/faker/src/Faker/Container/ContainerInterface.php
T

10 lines
164 B
PHP
Raw Normal View History

2026-06-23 08:05:51 +02:00
<?php
namespace Faker\Container;
use Psr\Container\ContainerInterface as BaseContainerInterface;
interface ContainerInterface extends BaseContainerInterface
{
}