From 489fc6a2d423ff4388a18a9788f8c8efe0ada6ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20Goetz?= Date: Wed, 29 Jul 2015 22:31:59 +0200 Subject: [PATCH] LiveGenerator interface should extend Generator --- libs/Format/Base/LiveGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/Format/Base/LiveGenerator.php b/libs/Format/Base/LiveGenerator.php index 6c49f42..97e14c6 100644 --- a/libs/Format/Base/LiveGenerator.php +++ b/libs/Format/Base/LiveGenerator.php @@ -3,7 +3,7 @@ use Todaymade\Daux\Config; use Todaymade\Daux\Tree\Entry; -interface LiveGenerator +interface LiveGenerator extends Generator { /** * @param Entry $node