?? GreyFile — Mystic File Browser

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



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

?? Viewing: AsMiddleware.php

<?php

namespace Doctrine\Bundle\DoctrineBundle\Attribute;

use Attribute;

#[Attribute(Attribute::TARGET_CLASS)]
class AsMiddleware
{
    /** @param string[] $connections */
    public function __construct(
        public array $connections = [],
    ) {
    }
}


??

??