<?php

namespace Give\TestData\Framework\Provider;

interface ProviderContract
{
    public function __invoke();
}
