Files
prestashop/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php
2026-04-09 18:31:51 +02:00

9 lines
163 B
PHP

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