File tree 2 files changed +4
-4
lines changed
tests/Integration/Fixtures/Decorator
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
use Symfony \Component \DependencyInjection \Loader \Configurator \ContainerConfigurator ;
4
4
use Yceruto \Decorator \CallableDecorator ;
5
- use Yceruto \Decorator \CompoundDecorator ;
5
+ use Yceruto \Decorator \Decorator \ CompoundDecorator ;
6
6
use Yceruto \Decorator \DecoratorInterface ;
7
7
use Yceruto \Decorator \Resolver \DecoratorResolverInterface ;
8
8
use Yceruto \DecoratorBundle \Controller \Listener \DecorateControllerListener ;
Original file line number Diff line number Diff line change 13
13
14
14
namespace Yceruto \DecoratorBundle \Tests \Integration \Fixtures \Decorator ;
15
15
16
- use Yceruto \Decorator \Attribute \Compound ;
16
+ use Yceruto \Decorator \Attribute \CompoundDecoratorAttribute ;
17
17
use Yceruto \DecoratorBundle \Decorator \Serializer \Serialize ;
18
18
19
19
#[\Attribute(\Attribute::TARGET_METHOD )]
20
- class HttpSecuredApi extends Compound
20
+ class HttpSecuredApi extends CompoundDecoratorAttribute
21
21
{
22
- public function getDecorators (array $ options ): array
22
+ public function getAttributes (array $ options ): array
23
23
{
24
24
return [
25
25
new HttpSecured (),
You can’t perform that action at this time.
0 commit comments