Dumplie\SharedKernel\Infrastructure\InMemory\InMemoryServiceLocator::get PHP Method

get() public method

public get ( string $id ) : mixed
$id string
return mixed
    public function get($id)
    {
        throw NotFoundException::serviceNotFound($id);
    }
InMemoryServiceLocator