File: /home/wbwebdes/domains/mailing.wb-cloud.nl/public_html/admin/plugins/Common/ControllerFactory.php
<?php
namespace phpList\plugin\Common;
/**
* CommonPlugin for phplist.
*
* This file is a part of CommonPlugin.
*
* @category phplist
*
* @author Duncan Cameron
* @copyright 2011-2018 Duncan Cameron
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, Version 3
*/
/**
* A concrete implementation of ControllerFactoryBase using the default methods.
*
* @category phplist
*/
class ControllerFactory extends ControllerFactoryBase
{
}