welcome back to dyb-tech
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Doctrine\Bundle\DoctrineBundle\Attribute;
|
||||
|
||||
use Attribute;
|
||||
|
||||
#[Attribute(Attribute::TARGET_CLASS)]
|
||||
class AsMiddleware
|
||||
{
|
||||
/** @param string[] $connections */
|
||||
public function __construct(
|
||||
public array $connections = [],
|
||||
public ?int $priority = null,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user