Current File : //var/www/vinorea/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php
<?php

namespace Doctrine\Bundle\DoctrineBundle\Middleware;

interface ConnectionNameAwareInterface
{
    public function setConnectionName(string $name): void;
}