From: Roland Häder Date: Mon, 21 Mar 2011 22:46:23 +0000 (+0000) Subject: Producers should always extend BaseProducer X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b8a3b345616a16594b08c5b98bc829797ea805a4;p=hub.git Producers should always extend BaseProducer --- diff --git a/application/hub/main/producer/class_ b/application/hub/main/producer/class_ index 9f8f15d70..257187f8e 100644 --- a/application/hub/main/producer/class_ +++ b/application/hub/main/producer/class_ @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class ???Producer extends BaseFrameworkSystem implements Producer, Registerable { +class ???Producer extends BaseProducer implements Producer, Registerable { /** * Protected constructor * diff --git a/application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php b/application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php index 3b16468c0..768386832 100644 --- a/application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php +++ b/application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class CruncherTestUnitProducer extends BaseFrameworkSystem implements UnitProducer, Registerable { +class CruncherTestUnitProducer extends BaseProducer implements UnitProducer, Registerable { /** * Protected constructor *