File: D:/web/matomo.vdk/plugins/ProfessionalServices/Categories/PromoCustomReportsCategory.php
<?php
/**
* Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
namespace Piwik\Plugins\ProfessionalServices\Categories;
use Piwik\Category\Category;
class PromoCustomReportsCategory extends Category
{
protected $id = 'ProfessionalServices_PromoCustomReports';
protected $order = 65;
protected $icon = 'icon-business';
}