Your IP : 18.119.135.231


Current Path : /home/lentoinv/test.lentoria.com/vendor/fakerphp/faker/src/Faker/Container/
Upload File :
Current File : /home/lentoinv/test.lentoria.com/vendor/fakerphp/faker/src/Faker/Container/ContainerInterface.php

<?php

namespace Faker\Container;

use Psr\Container\ContainerInterface as BaseContainerInterface;

interface ContainerInterface extends BaseContainerInterface
{
    /**
     * Get the bindings between Extension interfaces and implementations.
     */
    public function getDefinitions(): array;
}

?>