There was an error while loading. Please reload this page.
1 parent 4ae202a commit dcd5d27Copy full SHA for dcd5d27
Decorator/index.php
@@ -28,7 +28,7 @@ public function operation()
28
/**
29
* Base for Decorator
30
*/
31
-abstract class DecoratorAbstract extends ComponentAbstract
+abstract class DecoratorAbstract
32
{
33
protected $component;
34
0 commit comments