dd/vendor/fakerphp/faker/src/Faker/Container/ContainerInterface.php
hellcat 5f37124e8e 1
2025-05-07 18:25:24 +08:00

10 lines
164 B
PHP
Executable File

<?php
namespace Faker\Container;
use Psr\Container\ContainerInterface as BaseContainerInterface;
interface ContainerInterface extends BaseContainerInterface
{
}