?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/vendor/doctrine/doctrine-bundle/Middleware/



?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/doctrine/doctrine-bundle

?? Viewing: ConnectionNameAwareInterface.php

<?php

namespace Doctrine\Bundle\DoctrineBundle\Middleware;

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


??

??