Skip to content

Commit

Permalink
Merge pull request #8846 from kuzmany/lifecycle-widget-error
Browse files Browse the repository at this point in the history
Fix lifecycle widget fatal error
  • Loading branch information
dennisameling committed Jun 11, 2020
2 parents d29a619 + 5207861 commit a1cbf22
Showing 1 changed file with 1 addition and 7 deletions.
Expand Up @@ -12,21 +12,15 @@
namespace Mautic\LeadBundle\Form\Type;

use Mautic\LeadBundle\Model\ListModel;
use Recurr\Transformer\TranslatorInterface;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\Translation\TranslatorInterface;

class DashboardLeadsLifetimeWidgetType extends AbstractType
{
/**
* @var ListModel
*/
private $segmentModel;

/**
* @var TranslatorInterface
*/
private $translator;

public function __construct(ListModel $segmentModel, TranslatorInterface $translator)
Expand Down

0 comments on commit a1cbf22

Please sign in to comment.