Current path: home/webdevt/www/schtroumpf.fr/vendor/doctrine/doctrine-bundle/Middleware/
?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/doctrine/doctrine-bundle
<?php
namespace Doctrine\Bundle\DoctrineBundle\Middleware;
interface ConnectionNameAwareInterface
{
public function setConnectionName(string $name): void;
}