Mage2\User\Controllers\Admin\ConfigurationController::__construct PHP Method

__construct() public method

public __construct ( AddressHelper $addressHelper )
$addressHelper Mage2\User\Helpers\AddressHelper
    public function __construct(AddressHelper $addressHelper)
    {
        parent::__construct();
        $this->addressHelper = $addressHelper;
    }
ConfigurationController