Current path: home/webdevt/www/schtroumpf.fr/vendor/doctrine/doctrine-bundle/Attribute/
?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/doctrine/doctrine-bundle
<?php
namespace Doctrine\Bundle\DoctrineBundle\Attribute;
use Attribute;
#[Attribute(Attribute::TARGET_CLASS)]
class AsMiddleware
{
/** @param string[] $connections */
public function __construct(
public array $connections = [],
) {
}
}