[ecs] update dependencies
[CI SKIP]
This commit is contained in:
parent
5bd1eae4d2
commit
427d474f7c
2 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,8 @@ namespace Lubian\AttributeMagic\Infrastructure\Event;
|
||||||
|
|
||||||
use Attribute;
|
use Attribute;
|
||||||
|
|
||||||
#[Attribute(Attribute::TARGET_METHOD)]final readonly class AsListener
|
#[Attribute(Attribute::TARGET_METHOD)]
|
||||||
|
final readonly class AsListener
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @param class-string $eventClass
|
* @param class-string $eventClass
|
||||||
|
|
|
@ -4,7 +4,8 @@ namespace Lubian\AttributeMagic\Infrastructure\Route;
|
||||||
|
|
||||||
use Attribute;
|
use Attribute;
|
||||||
|
|
||||||
#[Attribute(Attribute::TARGET_METHOD)]final readonly class AsHandler
|
#[Attribute(Attribute::TARGET_METHOD)]
|
||||||
|
final readonly class AsHandler
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @param non-empty-string $path
|
* @param non-empty-string $path
|
||||||
|
|
Loading…
Reference in a new issue