From 011c337078c668316d1a8e71623363b18a9dc16d Mon Sep 17 00:00:00 2001 From: Dirk Date: Mon, 12 Aug 2019 16:12:45 +0200 Subject: [PATCH] Fix typo3 in variable --- Classes/Service/DestinationDataImportService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Service/DestinationDataImportService.php b/Classes/Service/DestinationDataImportService.php index 608c99f..e780475 100644 --- a/Classes/Service/DestinationDataImportService.php +++ b/Classes/Service/DestinationDataImportService.php @@ -74,7 +74,7 @@ class DestinationDataImportService { /* * @var */ - protected $enviroment; + protected $environment; /** * @var bool */