Skip to content

Commit dcd5d27

Browse files
committed
Decorator
1 parent 4ae202a commit dcd5d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Decorator/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function operation()
2828
/**
2929
* Base for Decorator
3030
*/
31-
abstract class DecoratorAbstract extends ComponentAbstract
31+
abstract class DecoratorAbstract
3232
{
3333
protected $component;
3434

0 commit comments

Comments
 (0)