<?php

namespace common\logic;

interface DefinitionInterface
{
    public function getEntityFqcn(): string;
}