Files
LaLiga-BackEnd/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php
T
2024-05-18 02:28:01 +02:00

9 lines
163 B
PHP

<?php
namespace Doctrine\Bundle\DoctrineBundle\Middleware;
interface ConnectionNameAwareInterface
{
public function setConnectionName(string $name): void;
}