<?php
namespace Modules\OtherModule\Interfaces;
use Modules\OtherModule\Factory;
interface IModulesProvider
{
public function getOtherModule(): Factory;
}