| Current Path : /opt/nginxhttpd_/vendor/doctrine/doctrine-bundle/Middleware/ |
| Current File : //opt/nginxhttpd_/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php |
<?php
namespace Doctrine\Bundle\DoctrineBundle\Middleware;
interface ConnectionNameAwareInterface
{
public function setConnectionName(string $name): void;
}