Skip to content

Commit

Permalink
Fix: Add missing inject
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Sep 27, 2022
1 parent 2106db3 commit 19589d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Classes/Controller/BackendController.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ class BackendController extends AbstractModuleController
*/
protected $routeArgument;

/**
* @var string
* @Flow\InjectConfiguration(path="mail.trackingPixel", package="Garagist.Mautic")
*/
protected $trackingPixel;

/**
* @var array
*/
Expand Down

0 comments on commit 19589d5

Please sign in to comment.