| Current Path : /var/www/v3.cesa.co.za/vendor/doctrine/doctrine-bundle/src/Attribute/ |
| Current File : /var/www/v3.cesa.co.za/vendor/doctrine/doctrine-bundle/src/Attribute/AsMiddleware.php |
<?php
declare(strict_types=1);
namespace Doctrine\Bundle\DoctrineBundle\Attribute;
use Attribute;
#[Attribute(Attribute::TARGET_CLASS)]
class AsMiddleware
{
/** @param string[] $connections */
public function __construct(
public array $connections = [],
public int|null $priority = null,
) {
}
}